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

Enable 'receive_wait_time' configuration parameter for IronMqProvider #58

Merged
merged 1 commit into from
Mar 23, 2015

Conversation

desyncr
Copy link
Contributor

@desyncr desyncr commented Jan 4, 2015

The IronMqProvider wasn't using receive_wait_time configuration for long polling but it's supported since IronMQ 1.5.2 (iron-io/iron_mq_php@5e61539).

Update receive_wait_time default value for bc as users unaware of this configuration and using IronMQ would now notice a 3 second delay when polling for messages.

May be iron_mq_php dependency should be updated to >=1.5.2

The IronMqProvider was not using 'receive_wait_time' configuration for
long polling but it's supported since IronMQ 1.5.2
(iron-io/iron_mq_php@5e61539).

Update 'receive_wait_time' default value for bc as users unaware of this
configuration and using IronMQ would now notice a 3 second delay when
polling for messages.

May be 'iron_mq_php' dependency should be updated to >=1.5.2
@scrutinizer-notifier
Copy link

The inspection completed: No new issues

k-k added a commit that referenced this pull request Mar 23, 2015
Enable 'receive_wait_time' configuration parameter for IronMqProvider
@k-k k-k merged commit 8881387 into uecode:master Mar 23, 2015
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.

3 participants