2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00
asynq/internal/rdb
Ken Hibino b7c0c5d3aa Handle mutated task in RDB's Done, Retry, Kill methods
It is possible that user mutates the task's payload in Handler
(Although doc says the task in handler is read-only). Prevent
ending up in an inconsistent state by handling the case where
user mutates the task.
2019-12-31 08:24:03 -08:00
..
inspect_test.go Create internal asynqtest package for test helpers 2019-12-29 10:05:02 -08:00
inspect.go Add KillAllRetryTasks and KillAllScheduledTasks method to RDB 2019-12-27 15:17:45 -08:00
rdb_test.go Handle mutated task in RDB's Done, Retry, Kill methods 2019-12-31 08:24:03 -08:00
rdb.go Handle mutated task in RDB's Done, Retry, Kill methods 2019-12-31 08:24:03 -08:00