Files
piratepoet/mailpoet/lib
Rodrigo Primo e7416c247c Fix error after refactor of SendingErrorHandler
In 862c395d3263f30057aef73a14704345e181dde3, SendingErrorHandler was
refactored to replace the `\MailPoet\Tasks\Sending` class with Doctrine
code. Inside `processSoftError()`, a call to
`$sendingTask->saveSubscriberError()` was replaced with a call to
`$this->scheduledTaskSubscribersRepository->saveError()`. The problem is
that the former updates the processed and unprocessed counts in the
QueueEntity while the later doesn't.

This commit fixes this issue by calling
`$this->sendingQueuesRepository->updateCounts()` inside
`processSoftError()`.

[MAILPOET-5682]
2024-01-12 13:25:46 +01:00
..
2024-01-10 19:12:39 +05:00
2024-01-10 19:12:39 +05:00
2024-01-11 14:39:08 +01:00
2023-12-13 11:48:14 +01:00
2023-12-04 12:13:51 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00
2023-12-18 12:02:48 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00
2023-12-13 11:48:14 +01:00