Replies: 1 comment 1 reply
-
Could you please elaborate your use case a bit? If the problem only in the artifacts URLs then you might be interested in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we can exceed the 120m time limit if either of the following conditions are met:
Is there any way to add a single logic to a task that it will be executed only if either of the above is true. I know it also creates a race condition as what if two of the conditions are met and where is the task supposed to run?
I can create three different tasks and keep it in the file but the problem is the URL of the artifacts will change hence it is difficult to integrate in a dashboard.
Beta Was this translation helpful? Give feedback.
All reactions