Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Messenger] Remove unused option in the Doctrine transport #30803

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

Merged

Conversation

vincenttouzet
Copy link
Contributor

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

This PR remove the unused option loop_sleep in the Messenger Doctrine transport

@@ -33,7 +33,6 @@ class Connection
'table_name' => 'messenger_messages',
'queue_name' => 'default',
'redeliver_timeout' => 3600,
'loop_sleep' => 200000,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

constant could be made private also

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in 9669e13

@nicolas-grekas nicolas-grekas added this to the next milestone Mar 31, 2019
@fabpot
Copy link
Member

fabpot commented Mar 31, 2019

Thank you @vincenttouzet.

@fabpot fabpot merged commit 4811400 into symfony:master Mar 31, 2019
fabpot added a commit that referenced this pull request Mar 31, 2019
…rt (vincenttouzet)

This PR was merged into the 4.3-dev branch.

Discussion
----------

[Messenger] Remove unused option in the Doctrine transport

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

This PR remove the unused option `loop_sleep` in the Messenger Doctrine transport

Commits
-------

4811400 [Messenger] Remove unused option in the Doctrine transport
@vincenttouzet vincenttouzet deleted the messenger-doctrine-remove-unused-option branch April 7, 2019 07:43
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.3 Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants