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

clustermq 0.9.3 worker stats NA? #325

Closed
luwidmer opened this issue Jan 10, 2024 · 3 comments
Closed

clustermq 0.9.3 worker stats NA? #325

luwidmer opened this issue Jan 10, 2024 · 3 comments
Labels

Comments

@luwidmer
Copy link

First of all, thanks a lot for the massive drop of bugfixes since version 0.9.0, @mschubert!
With version 0.9.3, I so far only encountered the issue that worker stats are NA / 0:
image

Could it be that in

info = self$info()

the info

info = self$info()

should be retrieved before these lines are executed?

success = private$master$close(as.integer(timeout*1000))
success = self$workers$cleanup(success, timeout) # timeout left?
@luwidmer
Copy link
Author

Just tried patching this and recompiling the package, that seems to fix the issue:
image

@mschubert
Copy link
Owner

Nooo I remember I wanted to fix this before the release and then I forgot about it 😓

Thanks for reporting!

@mschubert mschubert added the bug label Jan 10, 2024
@luwidmer
Copy link
Author

luwidmer commented Feb 1, 2024

Any chance of getting a clustermq 0.9.3-1 / 0.9.4 :) ?

mschubert added a commit that referenced this issue Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants