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/20
Author: @jbcr
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @macintoshplus
Base:
2.x← Head:issue_17_failed_message_never_retried📝 Commits (10+)
6644c34issue #17 add code to retry and PHPUnit for tests68b5424add branch for run action8a9f74amove workflow config2025d94fix matrix configbcee3e0set PHP version as string instead of floatff661eefix console path08c0b73fix database path55fd203use mariadb62e6137fix env config2cd6704try fix mariadb port📊 Changes
28 files changed (+1062 additions, -3 deletions)
View changed files
➕
.github/workflows/quality.yaml(+68 -0)📝
composer.json(+3 -1)📝
lib/DependencyInjection/MessengerPass.php(+39 -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(+3 -0)📝
lib/Resources/config/services.yaml(+19 -0)📝
lib/Win32ServiceBundle.php(+1 -1)➕
phpunit.xml.dist(+25 -0)➕
tests/Application/.env.test(+2 -0)📝
tests/Application/config/packages/messenger.yaml(+3 -0)📝
tests/Application/config/packages/win32service.yaml(+2 -1)➕
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/MemoryLimitMessageHandler.php(+26 -0)➕
tests/Application/src/Handler/RetryMessageHandler.php(+24 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.