You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like if there is an easy way to get parse.Prev(anytime) and if not, could be interesting to add , as a solution to get previous scheduled events.
Of course this new feature has no sense on an job scheduling system. ( in the future)
USE CASE
We work with cron to define "flexible periodical time windows" as mask for compute SLA's
this could be done with SLOTS of cron based activated/deactivated windows
Hello.
I would like if there is an easy way to get
parse.Prev(anytime)
and if not, could be interesting to add , as a solution to get previous scheduled events.Of course this new feature has no sense on an job scheduling system. ( in the future)
USE CASE
We work with cron to define "flexible periodical time windows" as mask for compute SLA's
this could be done with SLOTS of cron based activated/deactivated windows
The previous state ( before 7am) depends on the closest event (could be 0 or 1 ) but I need something like that.
In this case was 0 because closest event from deactivate schedule
Any Idea on how to do this work with this great cron tool?
Thank you very much!
The text was updated successfully, but these errors were encountered: