Call to aggregate library statistics times out #33

Open
opened 2022-06-28 18:47:31 +00:00 by rishighan · 0 comments
rishighan commented 2022-06-28 18:47:31 +00:00 (Migrated from github.com)

@kingfenix can add details, but essentially the call to get library data points to theretwo-core-service fails with the following stack trace:

core-services     | [2022-06-28T12:30:17.495Z] ERROR threetwo-core-service/API:    Request error! RequestTimeoutError : Request is timed out when call 'library.libraryStatistics' action on 'threetwo-core-service' node. 
core-services     |  RequestTimeoutError: Request is timed out when call 'library.libraryStatistics' action on 'threetwo-core-service' node.
core-services     |     at /core-services/node_modules/moleculer/src/middlewares/timeout.js:41:13
core-services     |     at async ApiService.callAction (/core-services/node_modules/moleculer-web/src/index.js:636:16)
core-services     |     at async /core-services/node_modules/moleculer-web/src/index.js:461:22 
core-services     | Data: { action: 'library.libraryStatistics', nodeID: 'threetwo-core-service' }
core-services     | [2022-06-28T12:30:17.496Z] INFO  threetwo-core-service/API: <= 504 GET /api/library/libraryStatistics [+10.005 s]
@kingfenix can add details, but essentially the call to get library data points to `theretwo-core-service` fails with the following stack trace: ``` core-services | [2022-06-28T12:30:17.495Z] ERROR threetwo-core-service/API: Request error! RequestTimeoutError : Request is timed out when call 'library.libraryStatistics' action on 'threetwo-core-service' node. core-services | RequestTimeoutError: Request is timed out when call 'library.libraryStatistics' action on 'threetwo-core-service' node. core-services | at /core-services/node_modules/moleculer/src/middlewares/timeout.js:41:13 core-services | at async ApiService.callAction (/core-services/node_modules/moleculer-web/src/index.js:636:16) core-services | at async /core-services/node_modules/moleculer-web/src/index.js:461:22 core-services | Data: { action: 'library.libraryStatistics', nodeID: 'threetwo-core-service' } core-services | [2022-06-28T12:30:17.496Z] INFO threetwo-core-service/API: <= 504 GET /api/library/libraryStatistics [+10.005 s] ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: frishi/threetwo#33