Hi,
I have a configuration that looks something like this:
<clusters>
<cluster name="cluster" type="source">
<validity start="2014-06-09T13:00Z" end="2016-01-01T00:00Z"/>
</cluster>
</clusters>
I would like to have a way to start the job on the day I submitted the job.
Right now, processes seem to be playing "catchup" if I don't manually
change the start date to the day I submit. Is there any way to avoid this?
I have my jobs rolled up in rpms, and its complicated to have dates
changing is such a way. It would be nice to have EL expressions like this:
<clusters>
<cluster name="cluster" type="source">
<validity start="today(0,0)" end="never()"/>
</cluster>
</clusters>
Thoughts?
Thanks,
Josh