SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

Implement Money Supply Monitoring #2129

Open arpee opened 1 year ago

arpee commented 1 year ago

Implement the script and cron work created in the previous issue on staging-services.saito.io and prod-servcies.saito.io

So that both produce a log updated ever 20 Minutes of total monetary supply.

umairkhannn commented 1 year ago

Supply monitoring script and cron job has been added to staging and prod.

Supply is logged at /opt/saito/logs/money.log Bash script dir: /opt/scripts/run_issuance_command.sh Cron: crontab -e

Image

Image