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
I want to be able to start / stop multiple background jobs from a webpage using node.js. However I can't seem to find a way to get the handle to identify the job:
receiveHandle only returns "invalid response from server"
However, when I switch on Debug-Mode in the worker and job the handle is clearly visible in the output.
How can I read the handle to pass it to the webpage after job creation, so I can see which job is running?
Thank you very much in advance!
Markus
The text was updated successfully, but these errors were encountered:
Hello everybody!
I want to be able to start / stop multiple background jobs from a webpage using node.js. However I can't seem to find a way to get the handle to identify the job:
receiveHandle only returns "invalid response from server"
However, when I switch on Debug-Mode in the worker and job the handle is clearly visible in the output.
How can I read the handle to pass it to the webpage after job creation, so I can see which job is running?
Thank you very much in advance!
Markus
The text was updated successfully, but these errors were encountered: