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
Same as in #197 - jobs do not know anything about other jobs unless you implement some additional functionality to track created jobs. This is simple queuing system focused on strong consistency.
I'm facing a similar problem where i don't want to enqueue certain jobs multiple times. My case would be solved if i have control over the generated id in the execEnqueue func, thinking about creating a PR for this...
just an idea but i am tend to have a brainstorm here about this issue, could we generate the task id based on the other columns. like similar to sonyflake?
so that if an identical task in enqueued into the jobs gue can discard it automatically
Any idea how to prevent enqueuing same job?
Maybe like if a job with same args exists More then 3 then we can prevent enqueuing it again?
The text was updated successfully, but these errors were encountered: