Skip to content

Commit

Permalink
v0.29: cloud run job timeout 86400s
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed Sep 3, 2024
1 parent 1425356 commit 919000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte_serverless/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):
}
job_config = {
"containers": [container],
"timeout": "3600s",
"timeout": "86400s",
"max_retries": 0,
}
if service_account:
Expand Down
2 changes: 1 addition & 1 deletion airbyte_serverless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.28'
VERSION = '0.29'

0 comments on commit 919000b

Please sign in to comment.