Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Merge Requests
2
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
fd5bd27e
Commit
fd5bd27e
authored
17 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): do not allow concurrent cronjobs
parent
d68db2dd
master
No related merge requests found
Pipeline
#106634845
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
minds-cronjobs/values.yaml
View file @
fd5bd27e
...
...
@@ -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"
This diff is collapsed.
Please
register
or
sign in
to comment