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

fix: fix infinite loop in graceful shutdown handler #52

Closed
wants to merge 1 commit into from

Conversation

zarianec
Copy link
Contributor

No description provided.

@jimaek jimaek requested a review from patrykcieszkowski June 1, 2022 13:43
@@ -37,8 +37,8 @@ logger.info(`Start probe version ${VERSION} in a ${process.env['NODE_ENV'] ?? 'p

function connect() {
const worker = {
jobs: new Map<string, number>(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like before, my stance didn't change on that. A map of Ids is a better way of tracking jobs.

@jimaek
Copy link
Member

jimaek commented Jun 6, 2022

Closing in favor of #51 due to current Artem's unavailability to answer questions or maintain the code

@jimaek jimaek closed this Jun 6, 2022
@jimaek jimaek deleted the fix-graceful-shutdown branch December 29, 2022 16:01
@github-actions
Copy link

🎉 This issue has been resolved in version 0.17.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants