canvas-lms icon indicating copy to clipboard operation
canvas-lms copied to clipboard

Delayed jobs are not being picked up by the workers

Open maksimf opened this issue 2 years ago • 2 comments

Summary:

I have a few hundred tasks, just sitting there, not being picked up by any of the workers. I did check that:

  • tasks are in the same queue that the workers are launched for (canvas_queue)
  • workers are indeed spawned (via ps aux)

photo_2023-02-07 22 04 55

Steps to reproduce:

  1. Perform any action which triggers a delayed job, like inviting new user

Expected behavior:

Email is sent

Actual behavior:

Email job is queued, but the task is not picked up by the worker (0/1 attempts)

maksimf avatar Feb 07 '23 22:02 maksimf