[PR #21] [MERGED] Revert "issue #17 add code to retry and PHPUnit for tests" #22

Closed
opened 2026-01-27 12:39:06 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/win32service/Win32ServiceBundle/pull/21
Author: @macintoshplus
Created: 10/23/2024
Status: Merged
Merged: 10/23/2024
Merged by: @macintoshplus

Base: 2.xHead: revert-20-issue_17_failed_message_never_retried


📝 Commits (1)

  • 764337d Revert "issue #17 add code to retry and PHPUnit for tests"

📊 Changes

28 files changed (+3 additions, -1062 deletions)

View changed files

.github/workflows/quality.yaml (+0 -68)
📝 composer.json (+1 -3)
📝 lib/DependencyInjection/MessengerPass.php (+0 -39)
lib/Event/MessengerWorkerStoppedEvent.php (+0 -22)
lib/MessengerSubscriber/AddErrorDetailsStampListener.php (+0 -31)
lib/MessengerSubscriber/ResetServicesListener.php (+0 -43)
lib/MessengerSubscriber/SendFailedMessageForRetryListener.php (+0 -163)
lib/MessengerSubscriber/SendFailedMessageToFailureTransportListener.php (+0 -70)
📝 lib/Model/MessengerServiceRunner.php (+0 -3)
📝 lib/Resources/config/services.yaml (+0 -19)
📝 lib/Win32ServiceBundle.php (+1 -1)
phpunit.xml.dist (+0 -25)
tests/Application/.env.test (+0 -2)
📝 tests/Application/config/packages/messenger.yaml (+0 -3)
📝 tests/Application/config/packages/win32service.yaml (+1 -2)
tests/Application/src/Event/TestMemoryLimitMessage.php (+0 -12)
tests/Application/src/Event/TestRetryMessage.php (+0 -9)
tests/Application/src/Event/TestTimeLimitMessage.php (+0 -12)
tests/Application/src/Handler/MemoryLimitMessageHandler.php (+0 -26)
tests/Application/src/Handler/RetryMessageHandler.php (+0 -24)

...and 8 more files

📄 Description

Reverts win32service/Win32ServiceBundle#20 Work in progress merged


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/win32service/Win32ServiceBundle/pull/21 **Author:** [@macintoshplus](https://github.com/macintoshplus) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@macintoshplus](https://github.com/macintoshplus) **Base:** `2.x` ← **Head:** `revert-20-issue_17_failed_message_never_retried` --- ### 📝 Commits (1) - [`764337d`](https://github.com/win32service/Win32ServiceBundle/commit/764337d0a88727f06a69a52307046743a451d138) Revert "issue #17 add code to retry and PHPUnit for tests" ### 📊 Changes **28 files changed** (+3 additions, -1062 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/quality.yaml` (+0 -68) 📝 `composer.json` (+1 -3) 📝 `lib/DependencyInjection/MessengerPass.php` (+0 -39) ➖ `lib/Event/MessengerWorkerStoppedEvent.php` (+0 -22) ➖ `lib/MessengerSubscriber/AddErrorDetailsStampListener.php` (+0 -31) ➖ `lib/MessengerSubscriber/ResetServicesListener.php` (+0 -43) ➖ `lib/MessengerSubscriber/SendFailedMessageForRetryListener.php` (+0 -163) ➖ `lib/MessengerSubscriber/SendFailedMessageToFailureTransportListener.php` (+0 -70) 📝 `lib/Model/MessengerServiceRunner.php` (+0 -3) 📝 `lib/Resources/config/services.yaml` (+0 -19) 📝 `lib/Win32ServiceBundle.php` (+1 -1) ➖ `phpunit.xml.dist` (+0 -25) ➖ `tests/Application/.env.test` (+0 -2) 📝 `tests/Application/config/packages/messenger.yaml` (+0 -3) 📝 `tests/Application/config/packages/win32service.yaml` (+1 -2) ➖ `tests/Application/src/Event/TestMemoryLimitMessage.php` (+0 -12) ➖ `tests/Application/src/Event/TestRetryMessage.php` (+0 -9) ➖ `tests/Application/src/Event/TestTimeLimitMessage.php` (+0 -12) ➖ `tests/Application/src/Handler/MemoryLimitMessageHandler.php` (+0 -26) ➖ `tests/Application/src/Handler/RetryMessageHandler.php` (+0 -24) _...and 8 more files_ </details> ### 📄 Description Reverts win32service/Win32ServiceBundle#20 Work in progress merged --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-27 12:39:06 +01:00
admin closed this issue 2026-01-27 12:39:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: win32service/Win32ServiceBundle#22