Skip to content

Commit

Permalink
chore: log worker config
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 8, 2024
1 parent f32a57d commit 16133c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icij-worker/icij_worker/backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ def start_workers(
else:
logger.info("Loading worker configuration from env...")
config = WorkerConfig.from_env()
logger.info("worker config: %s", config.json(indent=2))

backend.run(app, n_workers=n_workers, config=config)

0 comments on commit 16133c5

Please sign in to comment.