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

Querying of a workflow state is too aggressive #27

Open
morapet opened this issue Nov 8, 2021 · 1 comment
Open

Querying of a workflow state is too aggressive #27

morapet opened this issue Nov 8, 2021 · 1 comment

Comments

@morapet
Copy link

morapet commented Nov 8, 2021

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.

@morapet morapet changed the title Querying of workflow is too aggressive Querying of a workflow stat is too aggressive Nov 8, 2021
@morapet morapet changed the title Querying of a workflow stat is too aggressive Querying of a workflow state is too aggressive Nov 8, 2021
@xucian
Copy link

xucian commented Dec 26, 2021

Hey,

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants