Skip to content

Commit 9e3c185

Browse files
authored
Experiment with bumping docker checker period
If this fixes the OOM error we either need a lock around the DockerChecker so we only have one running at a time or we need to optimize it.
1 parent 6b6b581 commit 9e3c185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config :bob,
3131
],
3232
[
3333
module: Bob.Job.DockerChecker,
34-
period: {15, :min}
34+
period: {60, :min}
3535
]
3636
],
3737
agent_schedule: [

0 commit comments

Comments
 (0)