From b4aaa2436f0e03b3d277c904b7ee8a834124d5fa Mon Sep 17 00:00:00 2001 From: KoT_B_KocMoce <49576827+hodlonaut@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:55:37 +1000 Subject: [PATCH] Add cron job setup for epoch summary corrections (#1678) --- scripts/grest-helper-scripts/setup-grest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/grest-helper-scripts/setup-grest.sh b/scripts/grest-helper-scripts/setup-grest.sh index b17bc43dc7..3a04a52e32 100755 --- a/scripts/grest-helper-scripts/setup-grest.sh +++ b/scripts/grest-helper-scripts/setup-grest.sh @@ -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