2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00
asynq/internal/rdb
Ken Hibino 1b1662bb12 Add Retry method to *RDB
(*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.
2019-12-15 16:15:07 -08:00
..
helpers_test.go Add Retry method to *RDB 2019-12-15 16:15:07 -08:00
inspect_test.go Clean up rdb package tests 2019-12-14 13:43:06 -08:00
inspect.go Add DeleteAll* methods to rdb 2019-12-12 06:43:42 -08:00
rdb_test.go Add Retry method to *RDB 2019-12-15 16:15:07 -08:00
rdb.go Add Retry method to *RDB 2019-12-15 16:15:07 -08:00