Skip to content
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

[FEATURE REQUEST] specify automatic resume on timer #1709

Closed
sudermanjr opened this issue Oct 23, 2019 · 2 comments · Fixed by #1715
Closed

[FEATURE REQUEST] specify automatic resume on timer #1709

sudermanjr opened this issue Oct 23, 2019 · 2 comments · Fixed by #1715
Assignees
Labels
type/feature Feature request

Comments

@sudermanjr
Copy link

It would be really nice if we could specify a timer on suspend.

Example/Use-Case:

I have a workflow that spins up a bunch of infrastructure and then suspends so that it can be utilized or tested. Once the workflow is resumed, the infra is cleaned up along with all of the resources created by the workflow.

It would be really cool to put a timer on that so that if someone forgets to delete, it can be automatically cleaned up after x hours.

@simster7 simster7 added the type/feature Feature request label Oct 23, 2019
@simster7
Copy link
Member

Not a bad idea, I'll look into this

@simster7 simster7 self-assigned this Oct 23, 2019
@simster7
Copy link
Member

FYI: We currently have #1704 that is similar to this and will allow a suspended workflow to stop execution after a set amount of time. However, this feature request would allow a suspended workflow to continue gracefully after a set amount of time and is therefore different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants