Add celery debug flag, extended results, paths graph scripts stub

This commit is contained in:
nolash
2021-04-25 14:00:42 +02:00
parent 965aeeacb9
commit 425bd184df
5 changed files with 67 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
[celery]
broker_url = redis://localhost:63379
result_url = redis://localhost:63379
debug = 0