snakemake / snakemake-executor-plugin-slurm

A Snakemake executor plugin for submitting jobs to a SLURM cluster
MIT License
9 stars 13 forks source link

fix: Force sacct to look at the last 2 days #9

Closed fgvieira closed 6 months ago

fgvieira commented 6 months ago

Possible fix to snakemake/snakemake#1227.

How often does the rate limiter checks sacct?

fgvieira commented 6 months ago

We can also change it to 1 day, instead of 2.

cmeesters commented 6 months ago

na, I'm fine with it. Just saying we need to pay a bit of attention, if there is any such feedback - ultimately, the user can limit the lookup rate, too.