Add job limit per run #6

Open
Soveia wants to merge 1 commits from soveia-patch-1 into master
Member

Add a limit of 50 jobs per run, to prevent potential server slowdown if the queues ever get so big the script starts timing out or running out of memory.

This is already in effect, just reflecting the change here.

Add a limit of 50 jobs per run, to prevent potential server slowdown if the queues ever get so big the script starts timing out or running out of memory. This is already in effect, just reflecting the change here.
Soveia added 1 commit 2022-11-21 17:11:48 +00:00
36a0515a33 Add job limit per run
Add a limit of 50 jobs per run, to prevent potential server slowdown if the queues ever get so big the script starts timing out or running out of memory.

This is already in effect, just reflecting the change here.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b soveia-patch-1 master
git pull origin soveia-patch-1

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff soveia-patch-1
git push origin master
Sign in to join this conversation.
No description provided.