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
When testing old ledgers using verify-range (#1848) we should also ensure that speed of ingestion is fast enough. To achieve this we can add --duration param to verify-range that specifies time limit in ms in which ledger should be ingested. If it exceeds the limit, verify-range should print an error and return non-zero exit code.
When it comes to implementation we should probably add timer to pre, post hooks (post hook after commiting to DB).
The text was updated successfully, but these errors were encountered:
When testing old ledgers using
verify-range
(#1848) we should also ensure that speed of ingestion is fast enough. To achieve this we can add--duration
param toverify-range
that specifies time limit inms
in which ledger should be ingested. If it exceeds the limit,verify-range
should print an error and return non-zero exit code.When it comes to implementation we should probably add timer to pre, post hooks (post hook after commiting to DB).
The text was updated successfully, but these errors were encountered: