You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kamal 1 we used stop_wait_time configuration option to enlarge time of closing the docker process during deploy, wich translated to docker stop -t #{stop_wait_time}.
This is well described in #678 (comment)
I don't see this configuration equivalent in kamal 2.
I think the proxy setting drain_timeout is not the same as it only affects containers with web requests and we need it for non-web roles.
Any advice how to migrate with this feature to kamal 2?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In kamal 1 we used stop_wait_time configuration option to enlarge time of closing the docker process during deploy, wich translated to
docker stop -t #{stop_wait_time}
.This is well described in #678 (comment)
I don't see this configuration equivalent in kamal 2.
I think the proxy setting drain_timeout is not the same as it only affects containers with web requests and we need it for non-web roles.
Any advice how to migrate with this feature to kamal 2?
Beta Was this translation helpful? Give feedback.
All reactions