You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Hello. I am using bull monitor (express) in combination with bullmq. This all works great except for updating job data of a failed job the following error is thrown in the console:
main.js:407 Error: this._job.update is not a function: {"response":{"errors":[{"message":"this._job.update is not a function","locations":[{"line":3,"column":9}],"path":["updateJobData"],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"data":{"updateJobData":null},"status":200},"request":{"query":"\n mutation UpdateJobData($queue: ID!, $id: ID!, $data: JSON) {\n updateJobData(queue: $queue, id: $id, data: $data) {\n id\n }\n }\n ","variables":{"queue":"e0RFVl9oY31ERVZfaGM=","id":"fc98837d-24f5-4a4d-aaed-99ac548bc3c5","data":
Any pointers on what could cause this?
Thank you.
ps: Using version 5.4.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. I am using bull monitor (express) in combination with bullmq. This all works great except for updating job data of a failed job the following error is thrown in the console:
main.js:407 Error: this._job.update is not a function: {"response":{"errors":[{"message":"this._job.update is not a function","locations":[{"line":3,"column":9}],"path":["updateJobData"],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"data":{"updateJobData":null},"status":200},"request":{"query":"\n mutation UpdateJobData($queue: ID!, $id: ID!, $data: JSON) {\n updateJobData(queue: $queue, id: $id, data: $data) {\n id\n }\n }\n ","variables":{"queue":"e0RFVl9oY31ERVZfaGM=","id":"fc98837d-24f5-4a4d-aaed-99ac548bc3c5","data":
Any pointers on what could cause this?
Thank you.
ps: Using version 5.4.0
The text was updated successfully, but these errors were encountered: