mirror of
https://github.com/hibiken/asynq.git
synced 2025-02-23 12:20:19 +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.