update-cron.sh¶
Creates a cron entry to run the TAPPaaS update scheduler every hour.
Usage¶
What it does¶
- Removes any existing
update-tappaascron entries - Creates a new cron entry for user
tappaasto run hourly (at minute 0) - The
update-tappaascommand handles all scheduling logic internally, checking the globalupdateScheduleto determine if updates should run
Cron entry created¶
Why hourly?¶
Running hourly ensures the scheduled hour will be matched. The update-tappaas script only performs updates when the current hour matches the global updateSchedule hour.
See Also¶
- Update Scheduler - Automated update system