Skip to content

Commit

Permalink
Merge pull request #57 from ISibboI/50-use-retries-in-all-transactions
Browse files Browse the repository at this point in the history
Use retries in all transactions
  • Loading branch information
ISibboI authored Oct 8, 2023
2 parents 1d869df + 89a4c04 commit 8e331e8
Show file tree
Hide file tree
Showing 13 changed files with 257 additions and 204 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rvoc-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
# Run on changed source files
- 'backend/rvoc-backend/src/**'
- 'backend/api_commands/src/**'
- 'backend/integration-tests/src/**'
branches: main
pull_request:
branches: main
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
/.direnv
/result
/wiktionary_data
debugBinary
integrationTestsBinary
*.log
Loading

0 comments on commit 8e331e8

Please sign in to comment.