agilord/cron

Schedule times differently

MalikSamiAwan opened this issue · 3 comments

How can i schedule crone
After 15 minutes the first time
And than after each hour

until it is closed by user

isoos commented

@MalikSamiAwan: where are you running it?

@isoos
On Mac
Basically this is for Desktop Application

isoos commented

I think in that case you may be better off with a loop of:

  • wait 15 minutes
  • do something
  • for (;;) { wait 60 minutes; do something; }