stellar / dashboard

https://dashboard.stellar.org
217 stars 139 forks source link

create cron job for updating the DEX data in redis #277

Closed acharb closed 2 years ago

acharb commented 2 years ago

unlike the current cache updates (ie ledgers, lumens) updated every deploy or 10 minutes, these should be updated at a regular intervals every day.

We could use a cron job using kuberenetes similar to some of our other projects (eg).

acharb commented 2 years ago

this is done