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

Consider allocating a static worker id. #42

Closed
geofmureithi opened this issue Jan 12, 2023 · 2 comments
Closed

Consider allocating a static worker id. #42

geofmureithi opened this issue Jan 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@geofmureithi
Copy link
Owner

The current implementation allocates a random worker-id from uuid. This works well but may produce undefined behaviour which doesn't affect the processing of jobs but may show invalid data when queried the number of workers.
See #41

@geofmureithi geofmureithi added the bug Something isn't working label Jan 12, 2023
@geofmureithi geofmureithi self-assigned this Jan 12, 2023
@geofmureithi
Copy link
Owner Author

geofmureithi commented Jan 15, 2023

This can be fixed in #12

@geofmureithi
Copy link
Owner Author

Fixed by #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant