Skip to content

Commit

Permalink
Merge pull request #23 from NIAEFEUP/chore/increase-seeder-restarts
Browse files Browse the repository at this point in the history
chore: increases seeder restarts
  • Loading branch information
limwa authored Aug 21, 2024
2 parents 0df210e + de1dab9 commit 4cf7158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seeder.railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dockerfilePath": "./dockerfiles/Dockerfile.seeder"
},
"deploy": {
"restartPolicyType": "NEVER",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 20,
"sleepApplication": false
}
}

0 comments on commit 4cf7158

Please sign in to comment.