Alice52 / c-tutorial

The repository is about c, including c, csharp, cpp.
MIT License
0 stars 0 forks source link

[job] hangfire #16

Open Alice52 opened 4 years ago

Alice52 commented 4 years ago

issue

  1. If concurrent is high, it will lead to some question

    • solution 1: try to set the db isolation level to read repeatable
    • solution 2: use lock in code