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

Dynamic variables of task are evaluated before preconditions #1467

Open
wackazong opened this issue Jan 12, 2024 · 0 comments
Open

Dynamic variables of task are evaluated before preconditions #1467

wackazong opened this issue Jan 12, 2024 · 0 comments
Labels
state: needs triage Waiting to be triaged by a maintainer.

Comments

@wackazong
Copy link

  • Task version: 3.32.0
  • Operating system: Mac 14.2
  • Experiments enabled: No

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.

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs triage Waiting to be triaged by a maintainer.
Projects
None yet
Development

No branches or pull requests

2 participants