Skip to content

Added global "minutes_between_jobs" setting #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2021

Conversation

Berni8k
Copy link
Contributor

@Berni8k Berni8k commented May 15, 2021

Introduces a way to easily stagger the starting of multiple jobs. Once a job starts then globaly no new jobs are allowed to start for this amount of time.

…m time between starting new ploting jobs (useful with multiple parallel jobs).
@swar
Copy link
Owner

swar commented May 15, 2021

I will be tweaking this up a bit to get it implemented. Thank you for not only suggesting a new feature but actually implementing yourself. 👍

@Berni8k
Copy link
Contributor Author

Berni8k commented May 15, 2021

No problem. I implemented it mostly to get my chia plotting rig to work the way i want. I have it running for some time now and it is great. Plotting on multiple drives is a nightmare without it. Thanks for sharing it.

In terms of features, it would be nice if the output of this job creation function was made visible in the console GUI, giving the user some immediate feedback for reason behind not starting the next job yet. Such as each job having an additional status column that says things such as "Max concurrent plots" "Max phase 1 plots" "Max global plots". So far you only see this in the INFO debug log, but is a great tool for figuring out what setting in the config.yaml the manager is waiting for. Not a feature i need since i have the config figured out, but might help new users and reduce the questions from confused users.

@StormYudi
Copy link
Contributor

That's great! Thank you for your work.

@alexhu98
Copy link

Works great. Thanks Berni8k.

@swar swar changed the base branch from main to development May 17, 2021 05:13
@swar swar changed the base branch from development to minutes-between-jobs May 17, 2021 05:42
@swar swar merged commit 245fbe5 into swar:minutes-between-jobs May 17, 2021
@swar
Copy link
Owner

swar commented May 17, 2021

Adding this to temp branch before merging with development branch.

This was referenced May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants