Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to installation of asset-txo-cache-update cron job #1731

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down