Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 4, 2024
1 parent 381897b commit 56d05e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ def init_app(settings: AppSettings | None = None) -> FastAPI:
)
if dynamic_scheduler_enabled or computational_backend_enabled:
rabbitmq.setup(app)

if dynamic_scheduler_enabled or computational_backend_enabled:
redis.setup(app)

if dynamic_scheduler_enabled:
dynamic_sidecar.setup(app)
socketio.setup(app)
Expand Down

0 comments on commit 56d05e9

Please sign in to comment.