Celery is a distributed task queue written in Python.
Questions tagged [celery]
33 questions
0
votes
0 answers
VPN-tunnel renegotiation problems
I have an application running on top of Celery with redis as a broker. Redis is hosted at our datacenter but the workers are hosted on a separate line. We have setup two-way communcation between the servers by utilizing a vpn-tunnel.
The problem…

Bj Blazkowicz
- 991
- 1
- 6
- 9
0
votes
1 answer
celery tasks from one domain appear on another domain's django admin hosted on the same box
I have a rather funny problem that I didn't manage to find it elsewhere. I have 2 django-celery projects running with redis on 2 different domains, but apparently hosted on the same box. I don't have sudo access, so I don't use the reddis daemon or…

symbiotech
- 101
- 4
0
votes
1 answer
High CPU load on EC2 with Nginx/Celery/Django causes server to fail
I am running a Django web app on an EC2 server using Nginx, and uWSGI. I also have Celery running some background tasks (no CRON jobs, just on occasional user actions).
The app is in early closed Beta with no users currently active.
Over the past…

artifex_knowledge
- 111
- 3