Skip to content

Commit

Permalink
fix one yml mistake for recent sf
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 25, 2019
1 parent 4a3e878 commit 156c597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:

# Produces messages used to distribute execution of Sf console commands
kaliop_queueing.message_producer.console_command:
class: %kaliop_queueing.message_producer.console_command.class%
class: '%kaliop_queueing.message_producer.console_command.class%'
parent: kaliop_queueing.message_producer

# Produces messages used to distribute execution of Sf services methods
Expand All @@ -116,7 +116,7 @@ services:
# The base service - mapped to an abstract class
# All the services which are tagged 'kaliop_queueing.driver' get registered automatically.
kaliop_queueing.message_consumer:
class: %kaliop_queueing.message_consumer.class%
class: '%kaliop_queueing.message_consumer.class%'
calls:
- [ setLogger, [ '@?logger' ] ]
- [ setDispatcher, [ '@kaliop_queueing.event_dispatcher' ] ]
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
# It has to be hooked up to a message producer service (see e.g. the ones defined above),
# and can be limited to a single queue, specified in the tag
#kaliop_queueing.message_consumer.filter.requeue_failed_consolecommands:
# class: %kaliop_queueing.message_consumer.filter.equeue_failed_consolecommands.class%
# class: '%kaliop_queueing.message_consumer.filter.equeue_failed_consolecommands.class%
# arguments: [ '@kaliop_queueing.message_producer.console_command' ]
# tags:
# - { name: kaliop_queueing.event_listener, event: kaliop_queueing.message_consumption_failed, queue: aqueue }
Expand Down

0 comments on commit 156c597

Please sign in to comment.