windows-plotman icon indicating copy to clipboard operation
windows-plotman copied to clipboard

config scheduling

Open loppefaaret opened this issue 4 years ago • 1 comments

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_stagger_phase_* is not being honored, and new plots are started every 35 minutes

loppefaaret avatar Apr 09 '21 17:04 loppefaaret

does it also support tmpdir_stagger_phase_limit: 1 ?

Handri-Kosada avatar Apr 13 '21 04:04 Handri-Kosada