How to listen for job completion? #208
-
I am trying to listen for job completion and perform necessary work on the main service as a result. The jobs will not necessarily return any data using postMessage or be required to include Is there any other way to listen for the exiting of a worker thread or completion of ANY job, regardless of if it uses Also, just as a sanity check, when I do use Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
worker deleted
event indicates that a job has ended.