You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason not to call server.Stop here? It seems like not calling could result in tasks being lost in environments that don't use SIGSTP (amazon ECS doesn't appear to).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I notice that by default asynq does not respond to SIGTERM except to break the signal listening loop:
https://github.com/hibiken/asynq/blob/master/signals_unix.go#L24-L27
Is there a reason not to call server.Stop here? It seems like not calling could result in tasks being lost in environments that don't use SIGSTP (amazon ECS doesn't appear to).
Beta Was this translation helpful? Give feedback.
All reactions