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
It would be nice if the job could send back asynchronous progress or logging messages as it goes about its job. Idea: enqueue could return an EventEmitter specific to that job, and the worker could have an API for sending async events to it.
The text was updated successfully, but these errors were encountered:
It would be nice if the job could send back asynchronous progress or logging messages as it goes about its job. Idea:
enqueue
could return an EventEmitter specific to that job, and the worker could have an API for sending async events to it.The text was updated successfully, but these errors were encountered: