This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
[Bug] [ingestion-server] Tldextract caching error #139
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
help wanted
Open to participation from the community
🟧 priority: high
Stalls work on the project or its dependents
Description
As this error report suggests, our docker user isn't able to write to the default tld suffix list. This causes the cleanup job to take significantly longer, as each round it needs to download the public suffix list.
Reproduction
Should be reproducible by attempting to run the
curl -XPOST localhost:8001/task -H "Content-Type: application/json" -d '{"model": "image", "action": "INGEST_UPSTREAM"}'
task, at which point the above error would be visible during the cleaning process.Resolution
The text was updated successfully, but these errors were encountered: