You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correlation id could be added to queue messages and then used when processing them so it's carried in async processed triggered by the original request.
The text was updated successfully, but these errors were encountered:
Having a look at the package it relies exclusively on the request, that's not a great design.
We will need to refactor it, instead of having a setRequest(Request $request) to have a setResolver(callable $resolver).
This way we can easily change the way the IDs are resolved:
The correlation id could be added to queue messages and then used when processing them so it's carried in async processed triggered by the original request.
The text was updated successfully, but these errors were encountered: