Replies: 1 comment
-
Did you get a chance to try out Conditional Handler Registration? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are running our admin panel and customer facing website from the same codebase. Different webservers are set up to serve up different parts of the same codebase.
Is there a way to conditionally disable the connection that
RabbitSubscribe
creates? We have a sharedJobsModule
that does the setup of the golevelup library. We've tried just conditionally not importing it, but then any references toAmqpConnection
cannot be resolvedBeta Was this translation helpful? Give feedback.
All reactions