Add lock to make sure only one ical_sync can run simultaneously

This commit is contained in:
Kevin Alberts 2020-11-11 17:18:21 +01:00
parent d78f69abe9
commit ee2856c5fc
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
4 changed files with 65 additions and 0 deletions

View file

@ -4,3 +4,4 @@ django-durationwidget>=1.0.5,<1.1
humanize>=3.1.0,<3.2
ics>=0.7,<0.8
caldav>=0.7.1,<0.8
lockfile>=0.12.2,<0.13