Use one thread for each domain when grabbing entries

This commit is contained in:
Joakim Hellsén 2024-03-17 23:36:56 +01:00
commit c3ebd9faa2
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
4 changed files with 121 additions and 28 deletions

View file

@ -16,6 +16,7 @@ discord-webhook = "^1.3.1"
django-ninja = "^1.1.0"
django-debug-toolbar = "^4.3.0"
whitenoise = {extras = ["brotli"], version = "^6.6.0"}
rich = "^13.7.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"