Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Mailer]max_per_second option configurable via DSN#16800
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Please target |
gassan commentedMay 17, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
According tosymfony/symfony#46315 (comment) the patch should be merged into 6.1 branch. |
Sorry I misread the PR header, you introduce the ability to set it via DSN in 6.1, but as its freezes, it should target 6.2 👍 |
max_per_second option configurable via DSNmax_per_second option configurable via DSNmax_per_second option configurable via DSNPlease rebase on |
Rebased onto 6.2 |
…(gassan)This PR was merged into the 6.2 branch.Discussion----------[Mailer] `max_per_second` option configurable via DSN| Q | A| ------------- | ---| Branch? | 6.2| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | -| License | MIT| Doc PR |symfony/symfony-docs#16800This option is available since 5.1, but it was impossible to configure it by dsn.Commits-------a377f2e made max_per_second option configurable by dsn
…(gassan)This PR was merged into the 6.2 branch.Discussion----------[Mailer] `max_per_second` option configurable via DSN| Q | A| ------------- | ---| Branch? | 6.2| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | -| License | MIT| Doc PR |symfony/symfony-docs#16800This option is available since 5.1, but it was impossible to configure it by dsn.Commits-------a377f2e104 made max_per_second option configurable by dsn
Uh oh!
There was an error while loading.Please reload this page.
Gassan, thanks and congrats on your first Symfony Docs contribution 🎉 |
AbstractTransport::setMaxPerSecond(float) was introduces in 5.1 but wan not configurable by dsn