Skip to content

Commit 0710678

Browse files
authored
Runs clr calcs more frequently (every 15 mins) (#9446)
1 parent cb462cd commit 0710678

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scripts/crontab2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
22

3-
## CLR
4-
1,30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1
3+
## SLIM CLR (every 30 minutes)
4+
*/30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1

scripts/crontab3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
22

3-
## CLR
3+
## Related grants (everyday @ 04:01)
44
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

scripts/crontab4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
22

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

0 commit comments

Comments
 (0)