toniq v1.2.3 Toniq.JobPersistence
Summary
Functions
Returns all delayed jobs
Deletes a failed job
Returns all failed jobs
Returns all incoming jobs (used for failover)
Returns all jobs that has not yet finished or failed
Marks a job as failed. This removes the job from the regular list and stores it in the failed jobs list
Marks a job as finished. This means that it’s deleted from redis
Moves a delayed job to the regular jobs list
Moves a failed job to the regular jobs list
Stores a delayed job in redis
Stores a job in redis. If it does not succeed it will fail right away
Functions
Deletes a failed job.
Uses “job.vm” to do the operation in the correct namespace.
Marks a job as failed. This removes the job from the regular list and stores it in the failed jobs list.
Marks a job as finished. This means that it’s deleted from redis.
Moves a delayed job to the regular jobs list.
Uses “job.vm” to do the operation in the correct namespace.
Moves a failed job to the regular jobs list.
Uses “job.vm” to do the operation in the correct namespace.
Stores a delayed job in redis.
Stores a job in redis. If it does not succeed it will fail right away.