Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

315
Views
Can't understand relationship of Celery Tasks to Django

I am using Django to listen to voice commands. I was going to use Celery as a way to run a seperate process for listening, and a seperate process for executing commands.

When I had set up Django with Celery, I had envisioned starting Django (./manage.py runserver) and having those two processes initiate at startup.

But so far I see that the Celery app is started via the shell, and Django speaks to it seperately.

A HUGE part of my learning curve here is understanding what relationship Django has to Celery. I had intended to have everything running within the Django environment -- ie, not having Django run beside Celery.

Can someone tell me where I've become confused?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Celery is a stand alone process that django hooks into and communicates over a socket. That means celery will not run in the same process. You will have to start celery as a separate process and add "workers" that will read messages off of the queue and handle the workload. At the end of the django celery docs it shows you how to start a celery worker: http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#starting-the-worker-process.

That same page has some good tutorials on how to get started using celery:

http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html#first-steps

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!