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
On Python, Celery handles the SIGTERM signal in order to stop the worker to receive more tasks, waits for the current job to finish and the worker shutdowns. Is it possible to archive this in the Node version? I tried to send a SIGTERM signal on a worker (while it was doing some job) but interrupted the processing and got terminated.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
On Python, Celery handles the
SIGTERM
signal in order to stop the worker to receive more tasks, waits for the current job to finish and the worker shutdowns. Is it possible to archive this in the Node version? I tried to send aSIGTERM
signal on a worker (while it was doing some job) but interrupted the processing and got terminated.Thanks in advance.
The text was updated successfully, but these errors were encountered: