makaleks / drec_stud_site

A web-site on Django (Python3), with VK auth., Yandex payment
https://frtk.mipt.ru
1 stars 3 forks source link

Fix: prevent orders from being validated and saved independently and twice. #38

Open makaleks opened 4 years ago

makaleks commented 4 years ago

Our server runs in 4 instances (workers, processes), to it is possible to save the same order twice. We need to fix it. Suggested approaches: