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
While integrating the queue engine into our internal app, I mentioned the following:
If queue.add() uses not the name which is specified in queue.register, you don't get a useful error message
Throwing an error in the queue.register callback often results in an {"name": "UnknownError", "message": "[object Object]"} error object in the database record
maybe it makes sense to provide a new method job.markAs("<status>", {}) to provide a function to have full control
drizzle v1 seems not to work out of the box ( already mentioned in Drizzle V1 Tests #47 )
maybe it makes sense to add an optional logging for debug reasons, to see what is currently executing and where it fails
While integrating the queue engine into our internal app, I mentioned the following:
queue.add()uses not the name which is specified inqueue.register, you don't get a useful error messagequeue.registercallback often results in an{"name": "UnknownError", "message": "[object Object]"}error object in the database recordjob.markAs("<status>", {})to provide a function to have full control