Skip to content

Commit

Permalink
update CLR running
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 20, 2021
1 parent 4173d97 commit 98cc666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/crontab2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

## SLIM CLR (every 6 hours)
0 */6 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1
## SLIM CLR (every 3 hours)
0 */3 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1
4 changes: 2 additions & 2 deletions scripts/crontab4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

## FULL CLR (every 15 minutes)
*/15 * * * * cd gitcoin/coin; bash scripts/run_clr.bash full 2>&1
## FULL CLR (every 6 hours)
0 */6 * * * cd gitcoin/coin; bash scripts/run_clr.bash full 2>&1

0 comments on commit 98cc666

Please sign in to comment.