🔨 Fixes to import

This commit is contained in:
2026-02-26 23:56:39 -05:00
parent f7804ee3f0
commit a1fa12f181
5 changed files with 699 additions and 13 deletions

View File

@@ -102,7 +102,8 @@ const brokerConfig: BrokerOptions = {
serializer: "JSON",
// Number of milliseconds to wait before reject a request with a RequestTimeout error. Disabled: 0
requestTimeout: 10 * 1000,
// 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
retryPolicy: {