Skip to content

Commit

Permalink
disable cron for now given station metadata UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Apr 5, 2023
1 parent 5ab23fc commit 9a1f552
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,4 +1,4 @@
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 "wis2box metadata station publish-collection" > /proc/1/fd/1 2>/proc/1/fd/2
#*/10 * * * * su wis2box -c "wis2box metadata station publish-collection" > /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 9a1f552

Please sign in to comment.