-
Notifications
You must be signed in to change notification settings - Fork 62.6k
Closed
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamstaleThere is no recent activity on this issue or pull requestThere is no recent activity on this issue or pull requestwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-jobs
What part(s) of the article would you like to see updated?
Add a page/section that explains how jobs are dispatched to runners.
It should include an explanation of things like:
- how multiple jobs that are triggered from different repositories in the same organization are dispatched to runners
- an explanation of how queuing works -- is it first come first served? (it isn't);
- an explanation of how large runners, self-hosted runners, and default runners fight for jobs
- how jobs interact with limits / how macos limits interact with generic limits -- https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits
Additional information
I'm told that there was a workflow that created 92 jobs many of which were queued: https://github.com/Habbie/openwrt-feeds/actions/runs/5355423916 and then another workflow was triggered later while there were still jobs queued https://github.com/Habbie/dnsdist-ansible/actions/runs/5357700666 and it finished before the first workflow finished.
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamstaleThere is no recent activity on this issue or pull requestThere is no recent activity on this issue or pull requestwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review