EspressoSystems / hotshot-query-service

Generic query service for HotShot applications
https://espressosystems.github.io/hotshot-query-service/
GNU General Public License v3.0
5 stars 1 forks source link

Improve interaction between storage and fetching notifications #718

Closed jbearer closed 3 weeks ago

jbearer commented 1 month ago

Send notifications when an object is fetched even if we fail to store it. This prevents a case where a task waiting on a Fetch blocks for longer than strictly necessary (or sometimes indefinitely). Also includes a few related improvements to fetching, including:

This PR does

Key places to review