José Tomás Pérez
11/23/2021, 1:59 PMYannick
11/23/2021, 4:42 PMJosé Tomás Pérez
11/23/2021, 4:43 PMYannick
11/23/2021, 4:55 PMMAX_JOB_RUNS_PARALLELISM
in the global settings (docs) multiple pipelines run in parallel, including for the same job. So to answer your question: yes, the same job will overlap with the next one (if the duration is longer than time between schedules).
Of course you can set MAX_JOB_RUNS_PARALLELISM
equal to one to have them be queued instead. But do note that this would impact other jobs as well such that only one pipeline can run at any time (across all jobs in all projects).
Hopefully that answers your question.
i would like to know if orchest let the same job overlap with the next oneWhat would you like to be the behavior?
Rick Lamers
11/23/2021, 5:36 PMJosé Tomás Pérez
11/23/2021, 6:57 PMRick Lamers
11/23/2021, 8:27 PMI would like to have a parameter that blocks overlap between the same jobThat's a good idea. Could you turn it into a GitHub issue? https://github.com/orchest/orchest/issues
Yannick
11/24/2021, 8:46 AMJosé Tomás Pérez
11/25/2021, 7:25 PMYannick
11/26/2021, 9:43 AM