Closed danidomi closed 3 days ago
The pull request introduces a new environment variable, INDEXER_EXCHANGE_STATS_JOB_INTERVAL
, set to @every 8h
, in two Docker configuration files: docker/.env.mainnet.example
and docker/.env.testnet.example
. Additionally, this variable is incorporated into the indexer-exchange-process
service in the docker/docker-compose.yaml
file. The changes do not affect existing variables or the overall structure of these files.
File | Change Summary |
---|---|
docker/.env.mainnet.example | Added new variable INDEXER_EXCHANGE_STATS_JOB_INTERVAL="@every 8h" |
docker/.env.testnet.example | Added new variable INDEXER_EXCHANGE_STATS_JOB_INTERVAL="@every 8h" |
docker/docker-compose.yaml | Added environment variable INDEXER_EXCHANGE_STATS_JOB_INTERVAL to indexer-exchange-process service |
docker/.env.mainnet.example
, docker/.env.testnet.example
, and docker/docker-compose.yaml
) as the main PR, indicating a related enhancement to the Docker configuration for services.🐇 In the world of Docker, oh what a sight,
A new job interval, set just right.
Every eight hours, stats will flow,
Helping our indexer to better grow.
With each little change, we leap and bound,
In the garden of code, new joy is found! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
INDEXER_EXCHANGE_STATS_JOB_INTERVAL
to enhance the configuration for the Indexer Exchange environment, specifying that exchange statistics jobs will run every 8 hours.Bug Fixes
Documentation
.env.mainnet.example
and.env.testnet.example
to reflect the new environment variable.