Skip to content

DBAL Transport: polling_interval not taken into account #121

New issue

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

By clicking “No 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? No Sign in to your account

Closed
maps82 opened this issue Jun 21, 2017 · 6 comments
Closed

DBAL Transport: polling_interval not taken into account #121

maps82 opened this issue Jun 21, 2017 · 6 comments
Labels

Comments

@maps82
Copy link

maps82 commented Jun 21, 2017

Hi!

I use the dbal transport for local development with symfony. Changing the polling_interval has no effect. It seems as the polling interval is always one second.

@makasim makasim added the bug label Jun 22, 2017
@makasim
Copy link
Member

makasim commented Jun 22, 2017

@maps82 How do you configure the transport?

@maps82
Copy link
Author

maps82 commented Jun 22, 2017

The configuration is:

enqueue:
    transport:
        default: 'dbal'
        dbal:
            dbal_connection_name: 'default'
            table_name: 'enqueue'
            # How often query for new messages.
            polling_interval: 20000
            lazy: true
        amqp:
            host: 'localhost'
            port: 5672
            user: 'guest'
            pass: 'guest'
            vhost: '/'
    client: ~

@makasim
Copy link
Member

makasim commented Jun 22, 2017

fixed by #122

@makasim makasim closed this as completed Jun 22, 2017
@makasim
Copy link
Member

makasim commented Aug 2, 2017

I don't think it is related to polling_interval

@maps82
Copy link
Author

maps82 commented Aug 2, 2017

It doesn't matter to what I set polling_interval it always takes about 5 seconds per message...

@makasim
Copy link
Member

makasim commented Aug 2, 2017

That's what I am saying, these things are unrelated. something must be wrong in another place

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

No branches or pull requests

2 participants