casper-71
Results
1
comments of
casper-71
I have the same problem with register_task() method. Packages: ```bash taskiq 0.11.20 taskiq-dependencies 1.5.7 taskiq-fastapi 0.3.5 taskiq-pipelines 0.1.4 taskiq-redis 1.1.2 ``` Example: ```python @worker.task async def disable_settings() -> None: """...