diff options
-rw-r--r-- | _cron/update_calendars | 4 | ||||
-rwxr-xr-x | bin/backend-run (renamed from bin/pyrun.sh) | 0 | ||||
-rwxr-xr-x | bin/cache-clean (renamed from bin/clean_cache.sh) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/_cron/update_calendars b/_cron/update_calendars index 4e402c4..2d8373b 100644 --- a/_cron/update_calendars +++ b/_cron/update_calendars @@ -1,2 +1,2 @@ -5 */4 * * * $SITEPATH/bin/pyrun.sh import_cals -10 * * * * $SITEPATH/bin/pyrun.sh fetch_cals +5 */4 * * * $SITEPATH/bin/backend-run import_cals +10 * * * * $SITEPATH/bin/backend-run fetch_cals diff --git a/bin/pyrun.sh b/bin/backend-run index 0e93346..0e93346 100755 --- a/bin/pyrun.sh +++ b/bin/backend-run diff --git a/bin/clean_cache.sh b/bin/cache-clean index 2083475..2083475 100755 --- a/bin/clean_cache.sh +++ b/bin/cache-clean |