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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: