2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00
asynq/internal
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
..
asynqtest Use asynqtest helpers in asynq package tests 2019-12-29 10:05:02 -08:00
base Minor improvements 2019-12-28 06:41:39 -08:00
rdb Handle mutated task in RDB's Done, Retry, Kill methods 2019-12-31 08:24:03 -08:00