taskiq
taskiq copied to clipboard
Sending a task by it's name
I'm looking for a way to send a task by it's name (something similar to send_task in Celery). I've tried to find something in docs, but didn't get anywhere.
The reason for this because I want to separate a worker from my main program to it's own service: it has some big dependencies I wouldn't want to include in the main project. They are only necessary for the worker, and that's it.
Is there a way to do such thing in Taskiq which I missed?