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
However, if I uncomment the line that creates the job, this script will never exit. It just runs forever until I send a kill signal, even if I extend the wait time, and process the job successfully.
I am running on Windows (although not by choice). Not sure if that would change things or not.
Am I misunderstanding the shutdown function? Shouldn't calling shutdown free up all of the listeners and allow the process to exit, even if jobs have been created or processed?
The text was updated successfully, but these errors were encountered:
I'm trying to make sure that I can start up and shut down kue, both for my app, but also for testing and utility purposes.
If I run the following script, kue starts up and shuts down after 3 seconds, as expected:
However, if I uncomment the line that creates the job, this script will never exit. It just runs forever until I send a kill signal, even if I extend the wait time, and process the job successfully.
I am running on Windows (although not by choice). Not sure if that would change things or not.
Am I misunderstanding the
shutdown
function? Shouldn't calling shutdown free up all of the listeners and allow the process to exit, even if jobs have been created or processed?The text was updated successfully, but these errors were encountered: