Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graceful Shutdown #53

Open
joaosilva0345 opened this issue Aug 7, 2024 · 2 comments
Open

Graceful Shutdown #53

joaosilva0345 opened this issue Aug 7, 2024 · 2 comments

Comments

@joaosilva0345
Copy link

Hi,
When running an instance with the command node ace queue:listen, I noticed that upon sending a shutdown signal (SIGTERM), the instance continues to process new jobs that are added to the queue, even after receiving the signal.

Can someone explain to me how the shutdown process works with node ace queue:listen? Is there a graceful shutdown implemented to ensure that new jobs are not processed after the shutdown signal is received?

@RomainLanz
Copy link
Owner

Hey @joaosilva0345! 👋🏻

What version are you using?

@joaosilva0345
Copy link
Author

joaosilva0345 commented Aug 8, 2024

What version are you using?

I am using version "3.0.0". Even running the shutdown signal, it does not work.

@RomainLanz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants