You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
Does this support tasks invocation via send_task()?
Use-case: I have remote workers and we use send_task to start the tasks
The text was updated successfully, but these errors were encountered: