Files
michaelschiemer/src/Framework/CommandBus/ShouldQueue.php
Michael Schiemer 55a330b223 Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
2025-08-11 20:13:26 +02:00

12 lines
204 B
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
namespace App\Framework\CommandBus;
#[\Attribute(\Attribute::TARGET_CLASS)]
class ShouldQueue
{
// Hier könnten noch Optionen rein (z.B. Queue-Name, Delay …)
}