Skip to content

Commit

Permalink
remove cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 14, 2023
1 parent c1f66f3 commit 38f2e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/docker/wis2box.cron
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0 0 * * * su wis2box -c "wis2box data clean --days=$WIS2BOX_DATA_RETENTION_DAYS" > /proc/1/fd/1 2>/proc/1/fd/2
0 1 * * * su wis2box -c "wis2box data archive" > /proc/1/fd/1 2>/proc/1/fd/2
/10 * * * * su wis2box -c "echo 'wis2box.cron is alive'" > /proc/1/fd/1 2>/proc/1/fd/2
*/10 * * * * su wis2box -c "echo 'wis2box.cron is alive'" > /proc/1/fd/1 2>/proc/1/fd/2

0 comments on commit 38f2e2d

Please sign in to comment.