Mark that a job in the queue has completed
const action = 'action-create-card';const timestamp = '2020-06-08T09:33:27.481Z';markJobDone(action, context.id, timestamp)
action name
id of the worker
when action was completed
Generated using TypeDoc
Summary
Mark that a job in the queue has completed
Function
Example