forked from vieter-v/vieter
refactor: removed commented code & ran formatter
This commit is contained in:
parent
c818273790
commit
204144cee8
7 changed files with 17 additions and 193 deletions
|
|
@ -10,11 +10,12 @@ import build
|
|||
import docker
|
||||
import db
|
||||
|
||||
// How many seconds to wait before retrying to update API if failed
|
||||
const api_update_retry_timeout = 5
|
||||
|
||||
// How many seconds to wait before retrying to rebuild image if failed
|
||||
const rebuild_base_image_retry_timout = 30
|
||||
const (
|
||||
// How many seconds to wait before retrying to update API if failed
|
||||
api_update_retry_timeout = 5
|
||||
// How many seconds to wait before retrying to rebuild image if failed
|
||||
rebuild_base_image_retry_timout = 30
|
||||
)
|
||||
|
||||
struct ScheduledBuild {
|
||||
pub:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue