- Issue created by @dpi
- 🇮🇹Italy lussoluca Italy
@dpi can you share the WIP you're working on for the redis transport?
- Merge request !43Draft: Issue #3536207: Failed/retry functionality not applied to transports defined... → (Open) created by lussoluca
- 🇮🇹Italy lussoluca Italy
Meanwhile, I came up with a possible solution.
See the readme here: https://git.drupalcode.org/project/sm/-/merge_requests/43/diffs#8ec9a00b...
It's a super draft implementation (poor naming, no docs, ...), just to see if this approach can fix your issue.
- 🇦🇺Australia dpi Perth, Australia
Thanks, I'll take a look soon.
Redis is at https://www.drupal.org/project/sm_transport_redis → / https://git.drupalcode.org/project/sm_transport_redis
- 🇦🇺Australia dpi Perth, Australia
When a transport is defined and set up in the container elsewhere
Just to highlight specifically, others should be allowed to spin up the transport container definition on their own. The proposed code doesnt do that right? It always defines the services on their own.
-
The initialisation of services within a pass also looks suspicious.