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