mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Add timeout on initialization job
This commit is contained in:
parent
a5e8185abd
commit
56a57de966
2 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ MVP:
|
|||
- build/log and build/init-log api endpoints
|
||||
- report build status to github
|
||||
- secure github webhooks
|
||||
- k8s init container timeout
|
||||
- better error handling in API (return 400 on user errors)
|
||||
- basic tests
|
||||
- publish runboat container image
|
||||
|
|
|
|||
|
|
@ -32,3 +32,4 @@ spec:
|
|||
name: runboat-scripts
|
||||
restartPolicy: Never
|
||||
backoffLimit: 0
|
||||
activeDeadlineSeconds: 1200
|
||||
|
|
|
|||
Loading…
Reference in a new issue