mirror of
https://github.com/hibiken/asynq.git
synced 2025-06-07 07:12:56 +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.