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
It is possible to set a timeout which workflow waits until checking the state of the executed remote workflow, but the cycle checking the workflow state should not ask too often for the workflow state (I hit API query limit e.g after couple seconds), there should be a relax interval (configurable), in my case it is enough to set 10secods between checks that workflow is finished.
The text was updated successfully, but these errors were encountered:
morapet
changed the title
Querying of workflow is too aggressive
Querying of a workflow stat is too aggressive
Nov 8, 2021
morapet
changed the title
Querying of a workflow stat is too aggressive
Querying of a workflow state is too aggressive
Nov 8, 2021
I get this every couple seconds, even though the wait_interval is 20. I'm using the master branch of the action because the current release doesn't actually wait for the remote workflow to finish.
Any plans to actually support this action? We need to base our complex CI/CD on a stable tool and I'm not sure this is the right choice
It is possible to set a timeout which workflow waits until checking the state of the executed remote workflow, but the cycle checking the workflow state should not ask too often for the workflow state (I hit API query limit e.g after couple seconds), there should be a relax interval (configurable), in my case it is enough to set 10secods between checks that workflow is finished.
The text was updated successfully, but these errors were encountered: