benoit74
benoit74
Every once in a while, offliners definitions (list of flags & validation constraints) are updated to reflect changes in scrapers capabilities / usage. However, no check on existing recipes flags...
## Problem We have many offliners which allow to set (additional) ZIM tags. ZIM tags are expected to be a semi-colon separated list with no spaces. We have two recipes...
We regularly get questions about why a given requested task is not starting. While this is easy for the machine to know, it consumes significant developer resources to check all...
In Zimfarm, we do not check that the title configured in a recipe does not overpass our recommendation of 30 chars. However, in recent versions of scraperlib we fail the...
When we clone a recipe, the clone keep the original recipe status in terms of "activation", i.e. if the recipe was enabled, the clone is enabled. This shouldn't be the...
On athena18, we have a situation where: - zimtask, zimscraper and dnstask containers are gone for some tasks - tasks are still considered running in the Zimfarm - their status...
- Location: API ## Problem When we put a slash `/` in a recipe name, this seems to be saved to the database properly but afterwards we cannot open the...
`SpreaderOfKnowledge` worker is reporting that no CPU is available while it has no ongoing tasks from Zimfarm manager PoV. We keep getting these messages with 0 CPU for hours. ```...
Currently the `GET /tasks` endpoint (used to list tasks) is not returning the `most_recent_task` of the associated schedule. This presents the drawback that when we need to display last task...
Issues like #882 are showing that we have difficulties with the UWSGI management. We should: - better understand what are the proper UWSGI settings and have some rule of thumb...