-
Hi! LOG: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Joan-Goma thank you for raising this issue! Can you check if the program enqueueing the tasks is using the asynq version 0.22 or above. And the server program (the workers) are using asynq version 0.21 or below? |
Beta Was this translation helpful? Give feedback.
-
Hi @hibiken, |
Beta Was this translation helpful? Give feedback.
Hi @Joan-Goma thank you for raising this issue!
My guess is that you have version mismatch between the client and server.
Version 0.22 changed how Asynq handles worker crashes and as part of that we no longer writes to the
timeout
anddeadline
fields under the task key.Can you check if the program enqueueing the tasks is using the asynq version 0.22 or above. And the server program (the workers) are using asynq version 0.21 or below?