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
Before, there was a generic qsetstate script for setting arbitrary
states. Now, there are just a handful of lua scripts that are well
aware of which states it will involve.
The states are represented as simple sets, with the exception of the
initial "scheduled" state, which is still a sorted set where "score" is
the epoch seconds scheduled time of the job.
This will involve a hash in redis where the key is the job
unique key and the value the current state of the job.
Should return 1 when it works, 0 when the job is not around.
Must make sure the vaccum process removes the entry in this hash.
The text was updated successfully, but these errors were encountered: