-
Notifications
You must be signed in to change notification settings - Fork 405
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
[Bug]: processBy field missing in job data despite worker name configuration #2773
Comments
Hi @roggervalf I don't think that is the reason, even on redis we cannot see which worker processing/processed it |
@dzmm in the code you pasted in the beginning of the issue I can see a "pb" field actually. @roggervalf is right in that this data is still not being shown in Taskforce. Prioritising this up now. |
I can confirm pb does exist in Redis date ,it's just not showing up in taskforce UI. Thank you for helping! |
This has been released now. |
Version
5.12.10
Platform
NodeJS
What happened?
When creating a new worker with a specified name, the
processBy
field is not being set in the job data stored in Redis. This prevents tracking which specific worker machine processed a job, making it difficult to identify and analyze problematic workers.How to reproduce.
Code of Conduct
The text was updated successfully, but these errors were encountered: