aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-16 13:30:45 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-16 13:30:45 +0100
commita37885041b442b381ae58a9322b8bc8256992b7a (patch)
tree38719ce7d8b3a35bc9b442de8fd15891f4c8f807 /boot.sh
parentBump version (diff)
downloadAnnotateChange-a37885041b442b381ae58a9322b8bc8256992b7a.tar.gz
AnnotateChange-a37885041b442b381ae58a9322b8bc8256992b7a.zip
Add a lock to the task assignment
While it shouldn't take very long, this should nonetheless avoid race conditions on the task assignment logic. Following the discussion here: https://stackoverflow.com/q/18213619
Diffstat (limited to 'boot.sh')
-rw-r--r--boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.sh b/boot.sh
index 93e64d2..c15b1c4 100644
--- a/boot.sh
+++ b/boot.sh
@@ -13,4 +13,4 @@ while true; do
sleep 5
done
-exec gunicorn -b :7831 --access-logfile - --error-logfile - annotate_change:app
+exec gunicorn -b :7831 --preload --access-logfile - --error-logfile - annotate_change:app