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

Issue #41: The more I look into this issue, the more I think the func… #44

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

Castaglia
Copy link
Owner

…tionality issues stem from using the wrong internal event; let's use the postparse event.

The core.postparse event is dispatched even after a SIGHUP/restart, whereas we were previously using core.startup, which only happens once at process startup. And that means that any settings/connections, closed/recycled during the SIGHUP/restart handling, might not be properly reset.

@Castaglia Castaglia self-assigned this Aug 11, 2023
@Castaglia Castaglia force-pushed the aws-sighup-issue41-adjustments branch from 3302561 to cc86a02 Compare August 11, 2023 01:35
…tionality issues stem from using the wrong internal event; let's use the postparse event.

The `core.postparse` event is dispatched even after a SIGHUP/restart, whereas
we were previously using `core.startup`, which only happens once at process
startup.  And that means that any settings/connections, closed/recycled during
the SIGHUP/restart handling, might not be properly reset.
@Castaglia Castaglia merged commit 1266f3d into master Aug 11, 2023
8 checks passed
@Castaglia Castaglia deleted the aws-sighup-issue41-adjustments branch August 11, 2023 03:23
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