Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for celery send_task() #37

Open
Amar-C opened this issue Mar 4, 2021 · 1 comment
Open

Support for celery send_task() #37

Amar-C opened this issue Mar 4, 2021 · 1 comment

Comments

@Amar-C
Copy link

Amar-C commented Mar 4, 2021

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

@steinitzu
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants