Skip to content

Commit

Permalink
feat: change service.json replica settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago-freire committed Aug 27, 2024
1 parent 4cca4db commit ba72c78
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions node/service.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"memory": 1024,
"ttl": 60,
"timeout": 180,
"minReplicas": 8,
"maxReplicas": 60,
"timeout": 60,
"minReplicas": 2,
"maxReplicas": 5,
"workers": 1,
"rateLimitPerReplica": {
"concurrent": 1
},
"routes": {
"status": {
"path": "/_v/vtex-catalog-importer/status",
Expand Down

0 comments on commit ba72c78

Please sign in to comment.