scroll.server/crates
WiseDev c0713b50d7 supervised mode: run the services as child processes
SCROLL_MODE=supervised spawns auth-service, game-service and gateway, waits for
each rpc port before starting the next, and restarts whatever dies with backoff
from 500ms to 30s. the counter resets once a service has been up a minute.

single process mode is still the default and unchanged.

kill_on_drop means ctrl-c takes the children with it, no orphans.
2026-08-23 09:46:59 +03:00
..
auth-service stop minting a new account on every login 2026-08-23 08:54:43 +03:00
game-service roll chest loot from the csv instead of a fixed config 2026-08-23 09:30:38 +03:00
gateway fix chest shop prices and gate the free chest 2026-08-23 09:02:49 +03:00
logic unwind panics instead of aborting the process 2026-08-23 09:42:44 +03:00
logic-derive move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
scroll-server supervised mode: run the services as child processes 2026-08-23 09:46:59 +03:00
service-rpc move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
storage fix chest shop prices and gate the free chest 2026-08-23 09:02:49 +03:00
titan move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
titan-derive move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00