wolfrage76 / windows-plotman

Attempt at a Windows version of the plotman Chia Plot Manager system
54 stars 17 forks source link

config scheduling #3

Open loppefaaret opened 3 years ago

loppefaaret commented 3 years ago

config.yaml:

scheduling:
        # Don't run a job on a particular temp dir until all existing jobs
        # have progresed at least this far.  Phase major corresponds to the
        # plot phase, phase minor corresponds to the table or table pair
        # in sequence.
        tmpdir_stagger_phase_major: 2
        tmpdir_stagger_phase_minor: 1

        # Don't run more than this many jobs at a time on a single temp dir.
        tmpdir_max_jobs: 1

        # Don't run any jobs (across all temp dirs) more often than this.
        global_stagger_m: 35

        # How often the daemon wakes to consider starting a new plot job
        polling_time_s: 60

tmpdir_staggerphase* is not being honored, and new plots are started every 35 minutes

Handri-Kosada commented 3 years ago

does it also support tmpdir_stagger_phase_limit: 1 ?