Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #902 - Allow configurable message delivery delay #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sneakyvv
Copy link

@sneakyvv sneakyvv commented Jun 17, 2019

This commit will allow a configurable delay for each queue_listener. For example:

enqueue_elastica:
    transport: default
    doctrine:
        queue_listeners:
            - index_name: title
              type_name: title
              model_class: App\Domain\Model\Metadata\Title
              delivery_delay: 5000

It may be improved with a global default value, but I'm unfamiliar with how to achieve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant