rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Self overlapping jobs #12

Closed mtytel closed 13 years ago

mtytel commented 13 years ago

There can be jobs that take longer to run than the interval for job is. This results in multiple instances of the job running at the same time. To guard against this (or to allow it) a "allow_overlap" option should exist.

mtytel commented 13 years ago

The queueing option allows configuration of this feature. If on and overlapping, the next job waits for the current one. If off and overlapping, the next job cancels instead.