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

Check pending callers after worker restart #54

Merged

Conversation

general-CbIC
Copy link
Owner

Fixed a bug where a restarted worker was not automatically dispatched to pending callers.

Additional improvements:

  • Simplified code by removing the temporary_worker conception.
  • Prevented possible memory leaks by changing workers restart strategy to temporary.

Closes #53

@general-CbIC general-CbIC merged commit e1154b7 into develop Jul 23, 2023
10 checks passed
@general-CbIC general-CbIC deleted the feature/check-pending-callers-after-worker-restart branch July 23, 2023 07:21
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.

Poolex doesn't verify if there are callers after a worker dies
1 participant