Pavel Kirilin
Pavel Kirilin
Hi. You have several ways of doing this. Have you tried default fastapi background tasks? https://fastapi.tiangolo.com/tutorial/background-tasks/ Celery and Dramatiq are nice , but these libraries don't support async functions (You...
Hi and thanks for raising this issue. As I remember docker swarm config is an extended docker-compose.yml config with deploy spec in each service. Could you please provide an example...
I guess it's a good idea. I'll try to research it this week.
Hi. I got some information about docker swarm. And I want to decide how we can implement this. I don't think it's a good to deploy database in docker swarm,...
I will create a proof of concept in near future. This feature will be marked as unstable for a while.
I have the same issue. @long2ice, can you please check?
I found a temporary workaround. You can simply uninstall uvloop. But, I think this problem must be fixed. I've tried different versions of uvloop, but it didn't solve the problem....
That would be awesome.
There are no memory leaks in alpine versions. So the problem lies somewhere inside debian image. I'll keep this issue open for now.
Now we have to describe how to deploy rustus using helm, kubernetes and docker. Also everything about hooks and other features must be described.