feat(transaction): Track background jobs#707
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| /** @psalm-suppress TooManyArguments */ | ||
| $context->registerMiddleware(PerformanceMonitoringMiddleware::class, true); | ||
| $context->registerEventListener(AddContentSecurityPolicyEvent::class, CustomCspListener::class); | ||
| if (class_exists(BeforeJobExecutedEvent::class)) { |
There was a problem hiding this comment.
Should not be needed, the class name can be used without existance, just psalm complains
There was a problem hiding this comment.
I did it for Psalm but it complains in any case
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This is a follow-up to #700 and covers background jobs.