Cron with 2 days interval (min)

Hi there !
Since glitch is not really up 24/7 with pro plan (restart every 12 hours), how can we use scheduling tasks by using cron library for exemple ?
I found a bit misleading when saying : “24/7 up” when the project actually goes to sleep after 12h an wake up again and even more when that info about the real uptime is hidden in the help center…
So yes, my question is : What can i do to schedule tasks (2 days from now or more) using cron then ??..

probably you’d have it check the time when it starts up and determines if it needs to run something. I’d suggest looking up how the anacron program works, which has a similar goal.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.