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