benoit74

Results 370 issues of 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...

enhancement
prio2

## 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...

bug
question
recipe

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...

question

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...

bug

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...

good first issue
regression
prio1

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...

enhancement
prio1

- 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...

bug
question
prio2

`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. ```...

bug
worker

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...

backend: API
enhancement

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...

enhancement