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
I'm having trouble to execute a new projector that runs old events (start_from: :origin). They are taking to long to process each event. Just put a Logger.warn for each processed event and the results are show below:
16:05:32.903 [warn] API UP
16:05:37.823 [warn] Event X | XXX1 | 62a2e21e-88c0-4e23-9e51-fcd5b6c20032
16:05:42.924 [warn] Event X | XXX2 | 8be902db-7951-4c09-b593-d51b6ae2ac1f
What can I do to improve the execution performance?
The text was updated successfully, but these errors were encountered:
I'm having trouble to execute a new projector that runs old events (
start_from: :origin
). They are taking to long to process each event. Just put aLogger.warn
for each processed event and the results are show below:What can I do to improve the execution performance?
The text was updated successfully, but these errors were encountered: