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
Noticed that OffersProcessor became really slow, even slower than TransactionsProcessor (#3256). This is likely because we Add/Update/Remove offers without batching. We should implement batching as we do in AccountsProcessor.
OffersProcessor vs TransactionsProcessor for comparison:
The text was updated successfully, but these errors were encountered:
What version are you using?
2.8.1
What did you do?
Noticed that
OffersProcessor
became really slow, even slower thanTransactionsProcessor
(#3256). This is likely because we Add/Update/Remove offers without batching. We should implement batching as we do inAccountsProcessor
.OffersProcessor
vsTransactionsProcessor
for comparison:The text was updated successfully, but these errors were encountered: