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
In block observer load_requests (called by load_latest_deposit_requests) we currently attempt to validate all the requests we fetched from Emily, but this may take a while. To ensure the coordinator has enough time to do meaningful work during its tenure, we should have some limit in place (eg, processing only a subset of the requests and leaving the rest to the next tenure). We should also skip validation for deposits already in the db.
Description
In block observer
load_requests
(called byload_latest_deposit_requests
) we currently attempt to validate all the requests we fetched from Emily, but this may take a while. To ensure the coordinator has enough time to do meaningful work during its tenure, we should have some limit in place (eg, processing only a subset of the requests and leaving the rest to the next tenure). We should also skip validation for deposits already in the db.Related Issues
The text was updated successfully, but these errors were encountered: