Requests failures are still killing jobs, making this a flaky process, which leaves this being a fairly hands-on process, even when run as pipeline stages
Changes the backoff when querying for data using requests to use fibonacci sequence, and allow for (much) longer max wait. Exponential waits started at < 1 second delay, which in practice has not been useful
The fibonacci wait sequence is modified with jitter by default, which should help with parallelised jobs
Also removes the wrapped_gql_query method, which is no longer required. This wrapper has been ported into metamist itself
Fixes
Proposed Changes
wrapped_gql_query
method, which is no longer required. This wrapper has been ported into metamist itselfChecklist