You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some network requests in my dynamic variables. The precondition checks if the corresponding servers are available with a short timeout. The dynamic variables have a much longer timeout and also do not produce a clear error message if the server is not reachable.
I would expect that preconditions are the first thing that is evaluated when running a task. Instead, the dynamic variables are run first.
The text was updated successfully, but these errors were encountered:
I have some network requests in my dynamic variables. The precondition checks if the corresponding servers are available with a short timeout. The dynamic variables have a much longer timeout and also do not produce a clear error message if the server is not reachable.
I would expect that preconditions are the first thing that is evaluated when running a task. Instead, the dynamic variables are run first.
The text was updated successfully, but these errors were encountered: