Replies: 1 comment 1 reply
-
|
Hi, yes, they are mostly statless. But you will need to set up a rabbitmq for job orchestration. See https://github.com/TomBursch/kitchenowl/blob/main/docker-compose-rabbitmq.yml Additionally, for real-time sync you cannot use round-robin but sticky session:
Taken from https://flask-socketio.readthedocs.io/en/latest/deployment.html#using-multiple-workers I haven't actually tested this, though, some dependencies could be missing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming one is using an external Postgres database - how stateful are the containers? Would there be anything preventing spinning up e.g. two frontends and two backends with a round-robin between requests?
Beta Was this translation helpful? Give feedback.
All reactions