Flask - Background Tasks
You wrote this code to enqueue a task in Flask with rq:
But the task never runs. What is the most likely reason?
queue.enqueue(my_task, arg1, arg2)
But the task never runs. What is the most likely reason?
