Skip to content

Commit

Permalink
Reduce the number of default threads in the worker pool
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Oct 9, 2024
1 parent 1a67a08 commit 940d056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ in
* whenever
Queues can be configured in different ways. Please check the good job docs for the possibilities: https://github.com/bensheldon/good_job#optimize-queues-threads-and-processes
'';
default = [ "+within_30_seconds,within_5_minutes,within_30_minutes,whenever" ];
default = [ "+within_30_seconds,within_5_minutes,within_30_minutes,whenever:2" ];
example = [ "within_30_seconds" "within_5_minutes:5;within_30_minutes:2;whenever:2" "+within_30_seconds,within_5_minutes,within_30_minutes,whenever" ];
type = types.listOf types.str;
};
Expand Down

0 comments on commit 940d056

Please sign in to comment.