Skip to content

Commit

Permalink
Only keep 50 finished jobs in the queue (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jul 12, 2024
1 parent 9c3e8e2 commit ce98d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ admin:
# Depending on how many jobs you run and how much memory
# you have on your Redis/KeyDb instance you can tune this
queue:
removeOnComplete: 200
removeOnFail: 400
removeOnComplete: 50
removeOnFail: 50
4 changes: 2 additions & 2 deletions testrunner/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ docker:
# Depending on how many jobs you run and how much memory
# you have on your Redis/KeyDb instance you can tune this
queue:
removeOnComplete: 200
removeOnFail: 200
removeOnComplete: 50
removeOnFail: 50

0 comments on commit ce98d46

Please sign in to comment.