Closed alexsegura closed 1 month ago
In order to better decouple things, and allow asynchronous exports over a long period without timeouts (optional), the code that exports orders & tasks should be moved to a message handler.
The code is located here:
It should be possible for the message handler to return the CSV content, so that it can be retrieved this way.
Of course, it would only work for synchronous messages.
Merged in #4606
In order to better decouple things, and allow asynchronous exports over a long period without timeouts (optional), the code that exports orders & tasks should be moved to a message handler.
The code is located here: