Comment by jedberg
1 month ago
You run it as a daemon. The example in the readme is a fastapi app, for example. You would scale them the same way as any other long running app -- either behind a load balancer like haproxy or nginx or some other app runner.
That makes sense! Thanks for the clarification