Pavel Kirilin
Pavel Kirilin
So, we have an integration with taskiq. You can easily add scheduler to the tkq.py file and start using it right away.
Will take a closer look. Thanks for reporting.
Well, we can depend on the tag revisions from repo.
Guess we need explicitly set type `broker: AsyncBroker = ...` at the beginning.
The fastapi was upgraded along with other dependencies.
Yeah. You're right. Now it's much better. I was thinking about removing docker images, but now it's much better, thanks.
I ran into some issues, using this new image. Commands to reproduce: ```bash docker build . --tag=ftem docker run -it ftem --name myproject --api-type rest --db mysql --orm tortoise --ci...
Can you, please, show generated docker-compose?
Can you wrap your code into blocks? ```yaml {your-code here} ```
The `docker-compose.dev.yaml` should be used along with the main file. Like this: ```bash docker-compose -f deploy/docker-compose.yml -f deploy/docker-compose.dev.yml --project-directory . up --build ```