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
Can there be an implementation that serializes tasks identically (without time parameter)?
lists outperform zset that's true, but we use zset for the delayed feature already. So I must conclude that a worker that has a known limit of tasks (let's say number of assets) working with zset shouldn't worry me.
If only the delayed feature worked with nx=False flag, I would have "forced" the delayed feature to my needs. Like scheduling all my tasks as "delayed" with zadd. Any chance to settle for that? (receiving nx as parameter)
The text was updated successfully, but these errors were encountered:
Following our discussion in the PR,
The text was updated successfully, but these errors were encountered: