GitHunt
KB

kbond/cli-reproducer

Reproducer

Steps to Reproduce Problem

  1. composer install
  2. symfony server:start -d (starts webserver and messenger worker)
  3. symfony console ping (sends a "ping" message to the queue)
  4. cat var/log/dev.log |grep CRIT (should see a PingMessage failure)

Steps to Reproduce Success

  1. Comment out the worker in .symfony.local.yaml
  2. symfony server:stop
  3. symfony console ping
  4. symfony console messenger:consume async -vv
  5. See the message successfully handled

Languages

PHP54.4%JavaScript38.8%Twig6.3%CSS0.4%

Contributors

Created March 4, 2025
Updated March 4, 2025
kbond/cli-reproducer | GitHunt