We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc7c88 commit 57c67feCopy full SHA for 57c67fe
1 file changed
openeo/extra/job_management/__init__.py
@@ -52,7 +52,7 @@ class _Backend(NamedTuple):
52
parallel_jobs: int
53
54
55
-MAX_RETRIES = 5
+MAX_RETRIES = 50
56
57
# Sentinel value to indicate that a parameter was not set
58
_UNSET = object()
0 commit comments