Skip to content

Commit

Permalink
chore: add pool-delist-schedule and pool-rewards queues to deployed p…
Browse files Browse the repository at this point in the history
…g-boss-worker
  • Loading branch information
iccicci authored and gytis-ivaskevicius committed May 3, 2024
1 parent 4014e32 commit 4da3a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
env = utils.mkPodEnv ({
NETWORK = config.network;
LOGGER_MIN_SEVERITY = values.cardano-services.loggingLevel;
QUEUES = "pool-metadata,pool-metrics";
QUEUES = "pool-delist-schedule,pool-metadata,pool-metrics,pool-rewards";
STAKE_POOL_PROVIDER_URL = "http://${chart.name}-backend.${chart.namespace}.svc.cluster.local";
BUILD_INFO = values.cardano-services.buildInfo;

Expand Down

0 comments on commit 4da3a4d

Please sign in to comment.