About 2,850,000 results
Open links in new tab
  1. python - How to combine Celery with asyncio? - Stack Overflow

    Oct 2, 2016 · How can I create a wrapper that makes celery tasks look like asyncio.Task? Or is there a better way to integrate Celery with asyncio? @asksol, the creator of Celery, said this:: …

  2. python - How can I schedule a Task to execute at a specific time …

    Jan 2, 2010 · I've looked into PeriodicTask, but the examples only cover making it recur. I'm looking for something more like cron's ability to say "execute this task every Monday at 1 a.m."

  3. python - How do you unit test a Celery task? - Stack Overflow

    Aug 22, 2012 · The Celery documentation mentions testing Celery within Django but doesn't explain how to test a Celery task if you are not using Django. How do you do this?

  4. python - Celery auto reload on ANY changes - Stack Overflow

    I could make celery reload itself automatically when there is changes on modules in CELERY_IMPORTS in settings.py. I tried to give mother modules to detect changes even on …

  5. python - How to chain tasks in celery - Stack Overflow

    Jun 21, 2019 · I want to be able to chain tasks in celery so that the second tasks only exec after the first task has completed. In the example below i have declared 2 tasks. hello() and world(). …

  6. python - Assistance with Celery Logging - Stack Overflow

    Aug 30, 2018 · So Celery is a super great library but its documentation for the logging section isn't the best, which bring me here to request for assistance. My Script as of now is as so (well in …

  7. python - Callback for celery apply_async - Stack Overflow

    Sep 21, 2012 · I use celery in my application to run periodic tasks. Let's see simple example below from myqueue import Queue @perodic_task(run_every=timedelta(minutes=1)) def …

  8. python - How to structure celery tasks - Stack Overflow

    Jul 17, 2013 · Asking about "how to structure celery tasks" is irrelevant/premature unless you know that your file layout is the cause of things not working. Also, please provide more detail …

  9. Python task queue alternatives and frameworks - Stack Overflow

    Celery is neither unmaintained nor stale. Issues are being closed. It is still the de-facto standard in the Python industry. Not saying is the only valid alternative, just saying it is maintained and …

  10. python - Create dynamic queues with Celery - Stack Overflow

    Sep 11, 2013 · These tasks are queued to the default Celery Queue and I have 100s of workers running. I use websockets to show the user real-time progress as the tasks complete on the …

Refresh