🔨 Fixed import flow

This commit is contained in:
2026-02-27 00:00:46 -05:00
parent a1fa12f181
commit 8c224bad68
6 changed files with 360 additions and 5 deletions

View File

@@ -102,7 +102,6 @@ const brokerConfig: BrokerOptions = {
serializer: "JSON",
// Number of milliseconds to wait before reject a request with a RequestTimeout error. Disabled: 0
// Increased to 60 seconds to handle long-running operations like import statistics on large libraries
requestTimeout: 60 * 1000,
// Retry policy settings. More info: https://moleculer.services/docs/0.14/fault-tolerance.html#Retry