Improve sync logic

This commit is contained in:
Andras Schmelczer 2024-12-20 16:19:10 +00:00
parent ee76a6e26e
commit 359571a2a0
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 487 additions and 304 deletions

View file

@ -23,6 +23,15 @@
- `cargo install sqlx-cli`
## cut new version
```sh
cd plugin
npm version patch
git tag -a 0.0.2 -m "0.0.2"
git push origin 0.0.2
```
@ -34,7 +43,7 @@
- e2e tests
- add clap
- add auth middleware
- add request logs
- run eslint in ci
- CI for:
- publish reconcile
@ -55,4 +64,11 @@ missing_docs_in_private_items = { level = "allow", priority = 1 }
question_mark_used = { level = "allow", priority = 1 }
implicit_return = { level = "allow", priority = 1 }
pedantic = { level = "warn", priority = 0 }
cargo = { level = "warn", priority = 0 }
cargo = { level = "warn", priority = 0 }
reset should reset counters
access logs
retry
mem usage