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
Is there a way I can use BullMQ APIs to process a delayed event only once? I have a listener that creates a Cloudant document in response to a delayed event for a job with a repeating schedule. I want to make sure that document is only created once, but I can see many documents are being created, presumably by each worker responding to the event.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way I can use BullMQ APIs to process a
delayedevent only once? I have a listener that creates a Cloudant document in response to a delayed event for a job with a repeating schedule. I want to make sure that document is only created once, but I can see many documents are being created, presumably by each worker responding to the event.Beta Was this translation helpful? Give feedback.
All reactions