mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-16 20:00:09 +08:00

(*RDB).Retry method takes a TaskMessage and will atomically moves the message from in_progress queue to retry queue. Additionally it increments the Retried counter and assigns the error message to the message.