Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9215935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:18:45+00:00 2026-06-18T02:18:45+00:00

I have a number of machines each with a Django instance, sharing a single

  • 0

I have a number of machines each with a Django instance, sharing a single Postgres database.

I want to run Celery, preferably using the Django broker and the Postgres database for simplicity. I do not have a high volume of tasks to run, so there is no need to use a different broker for that reason.

I want to run celery tasks which operate on local file storage. This means that I want the celery worker only to run tasks which are on the same machine that triggered the event.

Is this possible with the current setup? If not, how do to it? A local Redis instance for each machine?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T02:18:46+00:00Added an answer on June 18, 2026 at 2:18 am

    I worked out how to make this work. No need for fancy routing or brokers.

    I run each celeryd instance with a special queue named after the host. This can be done automatically, like:

    ./manage.py celeryd -Q celery,`hostname`
    

    I then set up a hostname in the settings.py that stores the hostname:

    import socket
    CELERY_HOSTNAME = socket.gethostname()
    

    In each Django instance this will have a different value.

    I can then specify this queue when I asynchronously call my task:

    my_task.apply_async(args=[one, two], queue=settings.CELERY_HOSTNAME)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a number of machines which record data into a database at sporadic
I have a need to run a relatively large number of virtual machines on
On a number of machines (with Asp.net 1 and 2) we have seen the
I have number of line breaks in a string. But I only want it
I have a number of classes and they are quite close to each other
I have a number of classes (more than 40), each one has a number
I have a number of draggable images that I want to clone and then
Problem: I have 3 machines, each machine have a limit of 30 ms time,
I want to use ehcacheas distributed ehcache.By distributed i mean i have number of
I have a number of Windows 2008 R2 24 core servers that run the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.