Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix): do not allow concurrent cronjobs
· fd5bd27e
Mark Harding
authored
Jan 02, 2020
fd5bd27e
Merge remote-tracking branch 'origin/master' into email-settings
· 65947083
Brian Hatchet
authored
Jan 02, 2020
65947083
Hide whitespace changes
Inline
Side-by-side
minds-cronjobs/values.yaml
View file @
65947083
...
...
@@ -2,7 +2,7 @@ imageRepository: registry.gitlab.com/minds/engine/runners
imageTag
:
production
imagePullPolicy
:
Always
concurrencyPolicy
:
Allow
concurrencyPolicy
:
Forbid
restartPolicy
:
OnFailure
failedJobsHistoryLimit
:
3
successfulJobsHistoryLimit
:
1
...
...
@@ -113,4 +113,4 @@ jobs:
schedule
:
"
30
1
*
*
*"
args
:
-
"
-c"
-
"
php
/var/www/Minds/engine/cli.php
rewards
sync"
\ No newline at end of file
-
"
php
/var/www/Minds/engine/cli.php
rewards
sync"