mcuadros/ofelia

Hard limit on 24h / job ?

larsschwegmann opened this issue · 0 comments

It seems that there is a hard limit of 24h being enforced on the jobs runtime (https://github.com/mcuadros/ofelia/blob/master/core/runjob.go#L221)

Is there a specific reason behind this? I have some backup jobs that might take a long time to complete. Why not make this configurable? 24h seems like a sane default but is not enough for my use case.