dxe / adb

Activist Database Project
11 stars 5 forks source link

Remove file lock concept from form processor #153

Closed AlexisDeschamps closed 3 years ago

AlexisDeschamps commented 3 years ago

Why: there is no need to have a lock file anymore since the application is Dockerized so there won't be multiple processes competing for the same lock file What: remove anything that was based on the concept of having a lock file from the codebase