-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: activation of flows dependent on actions #79
base: master
Are you sure you want to change the base?
fix: activation of flows dependent on actions #79
Conversation
Hey @ewingjm, some rapid-fire contributions this week! Tests failed with: |
@tdashworth should all be sorted now. Gonna put a pre-release package out there to test it on our project first. |
Tests have shown that a maximum of 30 seconds is not sufficient
@ewingjm let me know how the pre-release goes and I'll approve. |
Kudos, SonarCloud Quality Gate passed! |
@ewingjm can you remember how this went? |
Purpose
Activating flows immediately after actions they're dependent on fails due to them being unable to retrieve the metadata. There is a short delay after activating an action before which these flows are able to be activated.
Approach
Introduces multiple attempts to activate processes and will delay for 10 seconds where there are any failure responses due to the above issue.
TODOs