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

Clean up after process crash #448

Open
huard opened this issue Jan 17, 2019 · 2 comments
Open

Clean up after process crash #448

huard opened this issue Jan 17, 2019 · 2 comments
Labels

Comments

@huard
Copy link
Collaborator

huard commented Jan 17, 2019

Description

The database entries (pywps_stored_requests, pywp_requests) for requests are not decremented when processes crash. After some time the server reaches the maximum number of parallel processes allowed and rejects all new requests, even though no process is active.

Is there a way to catch the crashes and remove those processes from the count to avoid this issue ?

@cehbrecht cehbrecht added the bug label Mar 11, 2019
@omerlevko
Copy link

hi,
@cehbrecht - do you have any idea about how to solve this? i will implement it

@huard huard mentioned this issue Oct 22, 2019
2 tasks
@cehbrecht
Copy link
Collaborator

@huard Probably this will be solved by the watchdog daemon in PR @497.

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

No branches or pull requests

3 participants