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
Compare Revisions
1b44bf3c614c9241618c77dd71a0a83cfc2a00a2...659470832ae993b27fe33ac179f5f8ad4e50e390
Source
659470832ae993b27fe33ac179f5f8ad4e50e390
...
Target
1b44bf3c614c9241618c77dd71a0a83cfc2a00a2
Compare
Commits (2)
(fix): do not allow concurrent cronjobs
· fd5bd27e
Mark Harding
authored
6 hours ago
fd5bd27e
Merge remote-tracking branch 'origin/master' into email-settings
· 65947083
Brian Hatchet
authored
19 minutes ago
65947083
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 @
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"
This diff is collapsed.