PRODX-39509 Implementing auto-triggering the analyzing of today's run
Added time enums for easy controlling of time duration in code
Added clock to the nav bar
Changed default created_after to more proper way of definition through the Django's timedelta,
because standard datetime library can't pass it's value to the model
Change-Id: I8411853dfc3c420a96254a1091f093c24a4217ae
diff --git a/testrail_bot/docker-compose.yml b/testrail_bot/docker-compose.yml
index 27a12a8..559b9a3 100644
--- a/testrail_bot/docker-compose.yml
+++ b/testrail_bot/docker-compose.yml
@@ -18,7 +18,11 @@
- tr_bot
worker:
build: .
- command: celery -A testrail_bot worker --concurrency=4 --autoscale=4,12 --loglevel=INFO
+ command: celery -A testrail_bot worker
+ --concurrency=4
+ --autoscale=4,12
+ --beat --scheduler django
+ --loglevel=INFO
volumes:
- .:/testrail_bot
- media_volume:/mediafiles