Commit Graph

5 Commits

Author SHA1 Message Date
Nick Hassan
5f694ef481
add support for entering password for sudo 2024-02-16 23:21:25 +10:30
Roman Melnikov
aeeee3c1e3
[Chore] Make activation wait timeout configurable
Problem: Currently profile activation waiting timeout is hardcoded to
240 seconds, see https://github.com/serokell/deploy-rs/pull/48.
In some cases, this timeout can be exceeded (e.g.
activation performs a heavy DB migration and waits for it to finish
before considering the profile activation succesful).

Solution: Make this timeout configurable via 'activationTimeout' deploy
attribute or corresponding '--activation-timeout' CLI option. For the
sake of backward compatibility, the new 'wait' subcommand
'--activation-timeout' option is made optional and defaults to 240
seconds if it wasn't provided.
2023-11-02 11:29:52 +01:00
notgne2
df36dbdc2d
Add missing newline to interface.json 2020-11-10 16:37:10 -07:00
notgne2
d9d6310435
Remove bootstrap 2020-11-07 13:02:05 -07:00
notgne2
6ff3994dbb
Greatly expand documentation 2020-11-07 11:56:22 -07:00