So we have a django backend feeding tasks to celery. The tasks themselves are relatively simple, but they are DB-bound and thus take a bit of time.
oversimplified example