#1397 move tagNotification task to tag_notification in hub
Opened 5 years ago by tkopecek. Modified 4 years ago

tagNotification just calls SMTP practically. It shouldn't be (much) blocking operation, also traceback is not that worth in task. Would it make sense to just do all the work in hub? Only worry on my side is that timeouting SMTP server can exhaust all http threads waiting on it.


Metadata Update from @tkopecek:
- Issue tagged with: discussion

5 years ago

I'd really rather not have hub calls send emails directly.

Note that httpd cannot by default do this under selinux

What about that special "hub builder"? Without polling, with queue in db. Handling maybe tagNotification, tagBuild, some maintenance...

Metadata Update from @yulwang:
- Issue priority set to: Low (was: Normal)
- Issue tagged with: groomed

4 years ago

Login to comment on this ticket.

Metadata