RQ provides a .work(burst=True)
method for its workers that are well-suited for integration tests, when you have code that enqueue's a task and then wants that task to be run synchronously.
I cannot find any functionality on Celery that works like that. Please help!