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
Often I want to queue a run – meaning that it should run once the capacity is available. Currently for that I have to edit YAML.
I'd like to configure this easily via the CLI.
Solution:
Add the -Q flag to dstack apply. In this case, the default duration should be set to off.
The text was updated successfully, but these errors were encountered:
Problem:
Often I want to queue a run – meaning that it should run once the capacity is available. Currently for that I have to edit YAML.
I'd like to configure this easily via the CLI.
Solution:
Add the
-Q
flag todstack apply
. In this case, the default duration should be set tooff
.The text was updated successfully, but these errors were encountered: