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

Daemon mode: rate limit process restarts in case of exceptions #337

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

mmd-osm
Copy link
Collaborator

@mmd-osm mmd-osm commented Dec 9, 2023

When in daemon mode, CGImap child processes can be restarted at most once per second, to avoid excessive restarts in case of (mostly database) exceptions. Also, database exception details are now written to the log file.

Forked process restarts due to some exceptions are now limit to max 1/s,
to avoid excessive restarts. Also, database exception details are now
written to the log file.
@mmd-osm mmd-osm merged commit b0596fc into zerebubuth:master Dec 9, 2023
5 checks passed
@mmd-osm mmd-osm deleted the patch/daemon_delay branch July 13, 2024 08:17
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

Successfully merging this pull request may close these issues.

1 participant