celery-singleton
celery-singleton copied to clipboard
Support for celery send_task()
Hi, Does this support tasks invocation via send_task()? Use-case: I have remote workers and we use send_task to start the tasks
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.