Schedule

Discussion of the Meteohub software package

Moderator: Mattk

Post Reply
User avatar
assenzuid
Expert Boarder
Expert Boarder
Posts: 94
Joined: Sat May 03, 2014 10:15 pm
Location: The Netherlands
Contact:

Schedule

Post by assenzuid »

MeteoBridge has different schedules for every hours (Every Hour or Every full hour)
meteobridge.JPG
meteobridge.JPG (28.99 KiB) Viewed 4125 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.
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: Schedule

Post 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
User avatar
assenzuid
Expert Boarder
Expert Boarder
Posts: 94
Joined: Sat May 03, 2014 10:15 pm
Location: The Netherlands
Contact:

Re: Schedule

Post 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
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: Schedule

Post 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
Post Reply