Add configuration guide & generate script updates - #7
Open
allisonlarson wants to merge 2 commits into
Open
Conversation
adds options to disable randomization
allisonlarson
commented
Jul 28, 2026
| ... | ||
|
|
||
| config = { | ||
| calc_interval = "10m" |
Collaborator
Author
There was a problem hiding this comment.
I wasn't sure if these should be geared for testing (all durations should probably be short for observing behavior), or longer to show what a more realistic configuration might be?
Collaborator
There was a problem hiding this comment.
Yeah I think the calc_interval is just going to take tuning from users.. It probably also depends on how many jobs are queued up and how long those take to run.
mismithhisler
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an initial configuration guide with some basic use cases, highlighting the differences and any warnings about the config. This isn't meant to be exhaustive, but provides somewhere to start.
The
Typical Valuesrange in the chart is just what is in the guide, but it might not actually be super useful.I wasn't sure how much information is useful to have here around priority calculation or usage & decay, but I can fill it in if its a good place for it.
The configurations have been tested manually, and its highlighted some possible additional configurations that could be helpful to allow for
Also updates the generate jobs script to add randomization for cpu, mem, and priority (as well as some additional options to preserve existing functionality) for better testing of scenarios.