From 62ca551c358bebba7b82413312143ad7f3c8e719 Mon Sep 17 00:00:00 2001 From: KoT_B_KocMoce <49576827+hodlonaut@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:25:39 +1100 Subject: [PATCH] Remove references to installation of asset-txo-cache-update cron job (#1731) should no longer be required to run on full node as endpoints depending on this cron will be moved to lite node Co-authored-by: Greg Beresnev --- scripts/grest-helper-scripts/setup-grest.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/grest-helper-scripts/setup-grest.sh b/scripts/grest-helper-scripts/setup-grest.sh index e8aefb1e9..4ab38e0d5 100755 --- a/scripts/grest-helper-scripts/setup-grest.sh +++ b/scripts/grest-helper-scripts/setup-grest.sh @@ -174,10 +174,6 @@ SGVERSION=v1.1.1 set_cron_variables "asset-info-cache-update" install_cron_job "asset-info-cache-update" "*/2 * * * *" - get_cron_job_executable "asset-txo-cache-update" - set_cron_variables "asset-txo-cache-update" - install_cron_job "asset-txo-cache-update" "*/30 * * * *" - # 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