Skip to content

Commit

Permalink
Runs clr calcs more frequently (every 15 mins) (#9446)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon authored Sep 8, 2021
1 parent cb462cd commit 0710678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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

## CLR
1,30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1
## SLIM CLR (every 30 minutes)
*/30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1
2 changes: 1 addition & 1 deletion scripts/crontab3
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

## CLR
## Related grants (everyday @ 04:01)
1 4 * * * cd gitcoin/coin; bash scripts/run_management_command_if_not_already_running.bash grant_related > /var/log/gitcoin/grant_related.log 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

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

0 comments on commit 0710678

Please sign in to comment.