Skip to content

Retry middleware

Retry middleware #196

Re-run triggered August 20, 2025 06:55
Status Failure
Total duration 23s
Artifacts

commitlint.yml

on: pull_request
commitlint
18s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint
You have commit messages with errors ⧗ input: Create RetryMiddleware.php ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: fix Problem: The RequestSchedulerInterface was not registered as a singleton/shared in the dependency injection container. Because of this, the Engine received one instance of the scheduler, while the RetryMiddleware received a completely different, new instance. As a result, they operated with separate queues. ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 3 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Create RetryMiddlewareTest.php ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint