d-ph

Results 14 issues of d-ph

### Description Hello, [The documentation](https://symfony.com/doc/current/messenger.html#prioritized-transports) says: ``` You can (...) instruct one worker to handle messages in a priority order: > php bin/console messenger:consume async_priority_high async_priority_low The worker will always...

Feature
Messenger

Hello, Steps: 1. Try to upload an empty, 0-byte file with chunking feature on (i.e. "chunk_size" being defined). Result: Plupload sends the file to the server with `chunks` request parameter...

Hello, [This](https://github.com/DATA-DOG/DataDogAuditBundle/blob/c46cebdc513c5f3e7abfc3ba99f8692cf1befc9a/src/DataDog/AuditBundle/EventSubscriber/AuditSubscriber.php#L128) leads to ``` Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Maximum function nesting level of '256' reached, aborting! in /srv/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php on line 31 Symfony\Component\Debug\Exception\FatalThrowableError: Maximum function nesting level of '256' reached,...

### Description Hello, I'm evaluating a use case where queue workers are running with a 10-minute "get_notify_timeout" option (i.e. the max time the [pgsqlGetNotify()](https://github.com/symfony/doctrine-messenger/blob/9695a3eac87d4fe740d74c6f6ff7912a1cdd5588/Transport/PostgreSqlConnection.php#L82) will synchronously wait for notifications from...

Messenger

Hello, it'd be great if there is a `Open in terminal with administrative permissions` menu item on Ms Windows. It'd open a cmd with admin rights, so developers could perform...

enhancement
wontfix

### Description I would like to request that the AmqpMessenger allows using the [default AMQP Exchange](https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchange-default). I.e. a setup, where there isn't a pair of an Exchange and a Queue...

Feature
Messenger

### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | yes | BC Break | no ### Summary I would like to...

Change `PESSIMISTIC_READ` to `PESSIMISTIC_WRITE` because otherwise the solution to the race condition at the bottom of the article would allow concurrent reads, which would not solve the presented race condition...

Documentation

| Q | A | ------------- | --- | Branch? | 6.2 for features | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets...

Feature
Status: Needs Review
Deprecation

### Symfony version(s) affected 6.0.3 ### Description When a queue task is in progress, and when it's aborted in any way (e.g. via a fatal exception, machine power off or...

Bug
Status: Needs Review
Messenger
Stalled