-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
v.0.1.0 #584
Merged
Merged
v.0.1.0 #584
Conversation
This file contains 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
The view pipeline would sometimes use 'manager.log' as the log file path so plot info would not update correctly. This proposed change skips the 'manager.log' file.
The term "job" is reserved in Prometheus. I renamed to "queue" because the Swar "jobs" resemble the queues in the Chia GUI.
…into prometheus
…porary_directory are set. Fixed by dealing temporary_directory with the same method with temporary2_directory
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
No need to install discord, sound or pushover libraries when not used. Signed-off-by: Julien Riou <julien@riou.xyz>
Add exclude_final_dir option for jobs
Skip 'manager.log' when getting log file path
Bug fix to support multiple temporary directories
Added support for list of job temporary_directories
Added global "minutes_between_jobs" setting
Adding Minutes Between Jobs
Add column plot_id to jobs table
Add support of IFTTT webhook notification.
Adding IFTTT implementation
� Conflicts: � README.md � config.yaml.default
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.
v.0.1.0
The first feature packed improvement of the plot manager.
New Features
exclude_final_directory
as an option in theconfig.yaml
. (#35)manager.log
as a file and renaming todebug.log
. (#38)skip_full_destinations
at the job level. It will calculate size of total running plots and the predicted size of the new plot prior to making that judgement. (#36, #193)max_for_phase_1
.minimum_minutes_between_jobs
. (#380, #468)manager.py
to spit out a single instance of the view using thestatus
argument as well asjson
format of the jobs. (#300, #374)Changes
Bug Fixes
max_plots
was not working properly. It was counting running plots when you restarted manager. Now it will only count new plots kicked off.AccessDenied
error when finding manager processes. (#147)