Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-unified-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-unified-api
Commits
1369a3d1
Commit
1369a3d1
authored
1 week ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
fix(CI): fix mesh generation timeouts via explicitly setting timeouts
parent
9e45a436
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.meshrc.yml
+8
-0
8 additions, 0 deletions
.meshrc.yml
with
8 additions
and
0 deletions
.meshrc.yml
+
8
−
0
View file @
1369a3d1
...
...
@@ -2,6 +2,7 @@ sources:
-
name
:
okuna
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.OKUNA_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -14,6 +15,7 @@ sources:
-
name
:
app-donations
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.DONATIONS_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -34,6 +36,7 @@ sources:
-
name
:
app-goodnews
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.GOODNEWS_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -54,6 +57,7 @@ sources:
-
name
:
app-volunteering
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.VOLUNTEERING_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -74,6 +78,7 @@ sources:
-
name
:
geo
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.GEO_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -94,6 +99,7 @@ sources:
-
name
:
translation
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.TRANSLATION_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -114,6 +120,7 @@ sources:
-
name
:
notifications
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.NOTIFICATIONS_API_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
@@ -135,6 +142,7 @@ sources:
-
name
:
moderation
handler
:
graphql
:
timeout
:
300000
endpoint
:
'
{env.MODERATION_BACKEND_URL}'
operationHeaders
:
Accept-Language
:
"
{context.headers['accept-language']}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment