-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
low prioritydon't sweat itdon't sweat it
Description
From the logging messages emitted during graphQL queries it looks like the backoff isn't running for nearly as long as the code suggests it should.
Ref:
metamist/metamist/graphql/__init__.py
Line 145 in f1b9811
| @backoff.on_exception( |
Batch example: https://batch.hail.populationgenomics.org.au/batches/445352/jobs/1
Logging:
2024-05-09 00:39:35 INFO (backoff 105): Backing off query(...) for 0.4s (gql.transport.exceptions.TransportServerError: 504 Server Error: Gateway Timeout for url: https://sample-metadata-api-mnrpw3mdza-ts.a.run.app/graphql)
2024-05-09 00:44:36 ERROR (backoff 120): Giving up query(...) after 2 tries (gql.transport.exceptions.TransportServerError: 504 Server Error: Gateway Timeout for url: https://sample-metadata-api-mnrpw3mdza-ts.a.run.app/graphql)
> docker run australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_workflows:latest pip show metamist
Name: metamist
Version: 6.10.1
...
Metadata
Metadata
Assignees
Labels
low prioritydon't sweat itdon't sweat it