Replies: 1 comment 3 replies
|
Update: I have looked at everything in troubleshooting: https://docs.bullmq.io/guide/troubleshooting I have try debugging to see if the lock is ever created... i don't ever see it while querying redis. So my assumption is that the lock is being removed almost immediately or never set to begin with. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a logs all the way through my job, know it finishes successfully.
In my local dev environment it also works and moves to completed
In Staging environment it fails, things that are different:
{ deduplication: { id: `${projectId}-${user.role}`, ttl: FIVE_MINS } }I have logs and try-catches everywhere, with nothing logging.
Any help or suggestion in debugging will be appreciated.
All reactions