mirror of
https://github.com/win32service/Win32ServiceBundle.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/win32service/Win32ServiceBundle/pull/22
Author: @jbcr
Created: 10/23/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @macintoshplus
Base:
2.x← Head:issue_17_failed_message_never_retried_suite📝 Commits (10+)
ccf379dissue #17 add code to retry and PHPUnit for tests114c232add branch for run action5863dc5move workflow config6599c30fix matrix config551a352set PHP version as string instead of float47b5590fix console path9c940bcfix database path84ccbdause mariadb51b359dfix env config6b4086etry fix mariadb port📊 Changes
31 files changed (+1192 additions, -5 deletions)
View changed files
➕
.github/workflows/quality.yaml(+68 -0)📝
composer.json(+3 -1)📝
lib/DependencyInjection/MessengerPass.php(+41 -0)➕
lib/Event/MessengerWorkerStoppedEvent.php(+22 -0)➕
lib/MessengerSubscriber/AddErrorDetailsStampListener.php(+31 -0)➕
lib/MessengerSubscriber/ResetServicesListener.php(+43 -0)➕
lib/MessengerSubscriber/SendFailedMessageForRetryListener.php(+163 -0)➕
lib/MessengerSubscriber/SendFailedMessageToFailureTransportListener.php(+70 -0)📝
lib/Model/MessengerServiceRunner.php(+4 -1)📝
lib/Resources/config/services.yaml(+21 -0)📝
lib/Win32ServiceBundle.php(+1 -1)➕
phpunit.xml.dist(+25 -0)➕
tests/Application/.env.test(+2 -0)📝
tests/Application/config/packages/messenger.yaml(+10 -1)📝
tests/Application/config/packages/win32service.yaml(+2 -1)➕
tests/Application/src/Event/TestFailedMessage.php(+9 -0)➕
tests/Application/src/Event/TestMemoryLimitMessage.php(+12 -0)➕
tests/Application/src/Event/TestRetryMessage.php(+9 -0)➕
tests/Application/src/Event/TestTimeLimitMessage.php(+12 -0)➕
tests/Application/src/Handler/FailMessageHandler.php(+23 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.