Files
kamal/test/configuration
Donal McBreen 8bcd896242 Simplified deploy/drain timeouts
Remove `stop_wait_time` and `readiness_timeout` from the root config
and remove `deploy_timeout` and `drain_timeout` from the proxy config.

Instead we'll just have `deploy_timeout` and `drain_timeout` in the
root config.

For roles that run the proxy, they are passed to the kamal-proxy deploy
command. Once that returns we can assume the container is ready to
shut down.

For other roles, we'll use the `deploy_timeout` when polling the
container to see if it is ready and the `drain_timeout` when stopping
the container.
2024-09-18 15:08:08 +01:00
..
2024-09-04 09:32:45 +01:00
2024-09-09 14:43:12 +01:00
2024-09-16 20:45:09 +01:00
2024-09-18 15:08:08 +01:00
2024-03-20 10:23:02 +00:00