Skip to content

Commit

Permalink
Stopped connector jobs from running concurrently.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGilleran committed Jan 11, 2019
1 parent 14ab793 commit ded3f1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
name: connector-{{ .id }}
spec:
schedule: {{ .schedule | default "0 14 * * 6" }} # default = 12am Sydney time on Sunday"
concurrencyPolicy: Forbid
jobTemplate:
{{ include "magda.connectorJobSpec" $params | indent 4 }}
...
Expand Down

0 comments on commit ded3f1a

Please sign in to comment.