-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace termination_policy
and termination_idle_time
with idle_duration: int|str|off
#1154
Comments
Looks good overall. Some notes:
|
|
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant. |
We still need to rename |
This issue is stale because it has been open for 30 days with no activity. |
This issue is stale because it has been open for 30 days with no activity. |
This issue is stale because it has been open for 30 days with no activity. |
An update, here:
|
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant. |
termination_idle_time: int|str
with idle_duration: int|str|off
termination_idle_time: int|str
with idle_duration: int|str|off
termination_policy
and termination_idle_time
with idle_duration: int|str|off
I suggest that we drop
termination_policy
but renametermination_idle_time
toidle_duration
.termination_idle_time
is an important fieled but currently too long to be convenient to use. Also, I suggest that we use duration everywhere instead of somewheretime
and somewhereduration
.The text was updated successfully, but these errors were encountered: