Page 1 of 1

Schedule

Posted: Fri Jan 08, 2016 11:28 am
by assenzuid
MeteoBridge has different schedules for every hours (Every Hour or Every full hour)
meteobridge.JPG
meteobridge.JPG (28.99 KiB) Viewed 4128 times
MeteoHub has one type defined for the hours, How I configure a upload task that runs every full hour (10:00, 11:00 12:00 hours) instead of every hour based on the time of configuration.

Re: Schedule

Posted: Fri Jan 08, 2016 2:24 pm
by wvdkuil
As you are using the Leuven-Template, you are already uploading a file every day at 23:58 using the cron/ schedule setting 58 23 * * *

If you want to upload a file every hour at 00 minutes you should use 00 * * * * which is in Unix terms every day every hour at 00 minutes.
If possible i should use 01 minutes to give your Meteohub some time to do its other hourly work also.

Wim

Re: Schedule

Posted: Fri Jan 08, 2016 5:00 pm
by assenzuid
Thanks,

I tried allready 0 */1 * * * (which is used in crontab).
I will try 00 * * * * and see if it's has some in effect on my MeteoHub performances.

Thanks

Re: Schedule

Posted: Fri Jan 08, 2016 5:06 pm
by wvdkuil
assenzuid wrote:Thanks,

I tried allready 0 */1 * * * (which is used in crontab).
I will try 00 * * * * and see if it's has some in effect on my MeteoHub performances.

Thanks
It should be 00 with four times a space and a star.
Not three as there are always 5 entries needed.
Wim