Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit dbbbc98

Browse files
committed
add PROCESSING_TIMEOUT upload error code
1 parent 3f3d1e8 commit dbbbc98

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

graphql_api/types/enums/upload_error_enum.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ enum UploadErrorEnum {
22
FILE_NOT_IN_STORAGE
33
REPORT_EXPIRED
44
REPORT_EMPTY
5+
PROCESSING_TIMEOUT
56

67
UNKNOWN_PROCESSING
78
UNKNOWN_STORAGE

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ freezegun
2626
google-cloud-pubsub
2727
gunicorn>=22.0.0
2828
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
29-
https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz#egg=shared
29+
https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539.tar.gz#egg=shared
3030
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
3131
idna>=3.7
3232
minio

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ googleapis-common-protos[grpc]==1.59.1
202202
# grpcio-status
203203
graphql-core==3.2.3
204204
# via ariadne
205-
greenlet==3.1.1
206-
# via sqlalchemy
207205
grpc-google-iam-v1==0.12.6
208206
# via google-cloud-pubsub
209207
grpcio==1.62.1
@@ -416,7 +414,7 @@ sentry-sdk[celery]==2.13.0
416414
# shared
417415
setproctitle==1.1.10
418416
# via -r requirements.in
419-
shared @ https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz
417+
shared @ https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539.tar.gz
420418
# via -r requirements.in
421419
simplejson==3.17.2
422420
# via -r requirements.in
@@ -497,6 +495,8 @@ yarl==1.9.4
497495
# via vcrpy
498496
zipp==3.19.2
499497
# via importlib-metadata
498+
zstandard==0.23.0
499+
# via shared
500500

501501
# The following packages are considered to be unsafe in a requirements file:
502502
# setuptools

0 commit comments

Comments
 (0)