taskiq icon indicating copy to clipboard operation
taskiq copied to clipboard

Sending a task by it's name

Open Suoslex opened this issue 8 months ago • 10 comments

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?

Suoslex avatar Apr 05 '25 10:04 Suoslex