fix: more resilient subgraph calls?
Closed this issue · 1 comments
gosuto-inzasheru commented
every now and then this cron action fails: https://github.com/BalancerMaxis/protocol_fee_allocator/actions/runs/12131285607/job/33824384180
it appears to be because of the base subgraph. we need to
- investigate why it hangs on that call
- consider how to make that process more resilient (eg fallback subgraph, auto retry, skip altogether?)
gosuto-inzasheru commented
should be covered by retries added in BalancerMaxis/bal_tools#60
if action keeps acting up we will need to reinvestigate