Supervisor based run

This commit is contained in:
Luciano Gervasoni
2025-07-22 00:51:09 +02:00
parent cb621c9d6b
commit b112da8bd0
7 changed files with 66 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ def link_list(request):
# List of links
list_links = \
[ os.path.join(app_url, "admin"), os.path.join(app_url, "urls") ] + \
[ os.path.join(app_url, "logs", log_type) for log_type in ["database", "debug", "info", "warning"] ] #+ \
[ os.path.join(app_url, "logs", log_type) for log_type in ["database", "debug", "info", "warning", "server", "beat", "worker_default", "worker_low"] ] #+ \
#[ os.path.join(app_url, "task", l) for l in links_fetch + links_process ]
# Links tuple