Skip to content

Commit

Permalink
Schedule BrightID status updater to run at 55th minute of every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Sep 4, 2020
1 parent 3f0d00a commit 3884afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/crontab
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/us

## USERS
0 1 * * * cd gitcoin/coin; bash scripts/run_management_command_if_not_already_running.bash set_user_personas >> /var/log/gitcoin/set_user_personas.log 2>&1
50 * * * * cd gitcoin/coin; bash scripts/run_management_command_if_not_already_running.bash update_brightid_status >> /var/log/gitcoin/update_brightid_status.log 2>&1

## FEE ADDRESS CONVERSION
0 * * * * cd gitcoin/coin; bash scripts/run_management_command.bash feeSwapper
Expand Down

0 comments on commit 3884afa

Please sign in to comment.