Notice: Trying to access array offset on value of type null in /home/evelin/html/avos.camzup.com/avos/bin/schedule.php on line 144
timeInterval [group]
===== config.ini =====
;
; scheduled background tasks
;
[cron]
avosPaths = '/home/$user/html/$domain/avos'
domains/main = mydomain.com
domains/satellite = domain1.com,domain2.com,domain3.com
; siteGroup/interval = actions csv
; siteGroup/interval/group = actions csv
main/minute = stats,photos,categories,actions,status BongaCams,status Chaturbate,status StripChat
main/15minutes = logs,import
main/hour = publish
main/hour/scrape = scrape
main/day = backups,sitemaps,tags,purge
main/month = purgemonthly
satellite/minute = categories,actions
satellite/15minutes = logs,import
satellite/hour = publish
satellite/day = backups,sitemaps
===== crontab =====
* * * * * php schedule.php minute
* * * * * php schedule.php minute status
*/15 * * * * php schedule.php 15minutes
0 * * * * php schedule.php hour
0 * * * * php schedule.php hour scrape
0 0 * * * php schedule.php day
0 0 2 * * php schedule.php month