Skip to content

Commit

Permalink
Add cron job setup for epoch summary corrections (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
hodlonaut authored Aug 28, 2023
1 parent d0cee33 commit b4aaa24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ SGVERSION=v1.0.11rc
set_cron_variables "asset-info-cache-update"
install_cron_job "asset-info-cache-update" "* * * * *"

get_cron_job_executable "epoch-summary-corrections-update"
set_cron_variables "epoch-summary-corrections-update"
install_cron_job "epoch-summary-corrections-update" "*/10 * * * *"

# Only (legacy) testnet and mainnet asset registries supported
# In absence of official messaging, current (soon to be reset) preprod/preview networks use same registry as testnet. TBC - once there is an update from IO on these
# Possible future addition for the Guild network once there is a guild registry
Expand Down

0 comments on commit b4aaa24

Please sign in to comment.