Skip to main content

wait_for_queue

Function wait_for_queue 

Source
pub fn wait_for_queue() -> Result<(), Box<dyn Error>>
Expand description

Wait until all earlier genesis workflow runs have completed. Polls every 10 seconds, times out after 10 minutes.

Only runs in GitHub Actions (requires GITHUB_RUN_ID environment variable).