1
0
Fork 0

Merge branch 'main' into book-series-v1

This commit is contained in:
Dustin Steiner 2023-01-26 16:40:32 +00:00
commit ba2ff7e7a5
No known key found for this signature in database
GPG key ID: 918D51522D8CB8F2
11 changed files with 108 additions and 23 deletions

View file

@ -36,6 +36,7 @@ class CeleryStatus(View):
"low_priority": r.llen("low_priority"),
"medium_priority": r.llen("medium_priority"),
"high_priority": r.llen("high_priority"),
"imports": r.llen("imports"),
}
# pylint: disable=broad-except
except Exception as err: