Skip to content

Commit

Permalink
Merge pull request #231 from metfan/remove-non-existed-service
Browse files Browse the repository at this point in the history
Remove non-existed services
  • Loading branch information
metfan authored Dec 20, 2023
2 parents 377941a + bec6d29 commit f279dc3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Resources/config/swarrot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,6 @@
class="Swarrot\SwarrotBundle\Processor\MemoryLimit\MemoryLimitProcessorConfigurator">
<argument type="service" id="swarrot.logger"/>
</service>
<service id="swarrot.processor.new_relic"
class="Swarrot\SwarrotBundle\Processor\NewRelic\NewRelicProcessorConfigurator">
</service>
<service id="swarrot.processor.rpc_client"
class="Swarrot\SwarrotBundle\Processor\RPC\RpcClientProcessorConfigurator">
<argument type="service" id="swarrot.logger"/>
</service>
<service id="swarrot.processor.rpc_server"
class="Swarrot\SwarrotBundle\Processor\RPC\RpcServerProcessorConfigurator">
<argument type="service" id="swarrot.factory.default"/>
<argument type="service" id="swarrot.logger"/>
</service>
<service id="swarrot.processor.sentry"
class="Swarrot\SwarrotBundle\Processor\Sentry\SentryProcessorConfigurator">
<argument>Swarrot\Processor\Sentry\SentryProcessor</argument>
<argument type="service" id="sentry.client" on-invalid="ignore"/>
</service>
<service id="swarrot.processor.services_resetter"
class="Swarrot\SwarrotBundle\Processor\ServicesResetter\ServicesResetterProcessorConfigurator">
<argument>Swarrot\Processor\ServicesResetter\ServicesResetterProcessor</argument>
Expand Down

0 comments on commit f279dc3

Please sign in to comment.