Add timeout for running actions #496
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket(s)
Description
(This PR is in draft because it depends on gatewayd-io/gatewayd-plugin-sdk#26)
This PR will close #463 by adding timeout for running action.
Timeout will be defined by two different configs. One on the act system level, which will act as a default timeout and is added in this PR. the other config is on Action level, which allows each action to have a different timeout and will override the default one.
That config is added in gatewayd-io/gatewayd-plugin-sdk#26
If both of these values are zero, actions will run without any timeout.
Related PRs
gatewayd-io/gatewayd-plugin-sdk#26
Development Checklist
make gen-docs
command.Legal Checklist