Hey people, what are you using to run your background tasks in #Python?
I was using #celery for a long time, and even contributed some bugfixes to it, but today on freelance project we had some restrictions - like "it runs on pythonanywhere", so we cannot use rabbitmq or redis as celery brokers.
So, i started looking for other solutions and found #dramatiq. With dramatic-pg it can use postgres as a broker.

