celery-singleton icon indicating copy to clipboard operation
celery-singleton copied to clipboard

Support for celery send_task()

Open Amar-C opened this issue 4 years ago • 1 comments

Hi, Does this support tasks invocation via send_task()? Use-case: I have remote workers and we use send_task to start the tasks

Amar-C avatar Mar 04 '21 18:03 Amar-C

Hi This is not supported currently. This library only provides a custom task class (Singleton) and the apply_async method of that is where all the magic happens. Directly using send_task() bypasses all of this.

steinitzu avatar Mar 15 '21 21:03 steinitzu