benoit74

Results 370 issues of benoit74

We should not let a failing worker (considering that all its tasks are failing early) to continue to get new tasks

enhancement

https://github.com/openzim/zimfarm/issues/797 is not completely fixed. We forgot to fix the "Workers" screen to use `original_schedule_name` when `schedule_name` is missing ![image](https://github.com/openzim/zimfarm/assets/7102089/6cc8b9a2-7b90-4940-8663-36bd187b538f) And we forgot to fix the individual "Task" screen as...

bug

- Location: API ## Problem In the logs of youzim.it, we have found multiple "we have no preventing tasks. oops" errors. Root cause/fix is not yet identified but: - this...

bug

Just like we have done recently for [Youtube offliner](https://github.com/openzim/zimfarm/wiki/Youtube-scraper-configuration-and-debug), we need to create a documentation for Zimit offliner. Current documentation about [Zimit Ticket Lifecycle](https://github.com/openzim/zimfarm/wiki/Ticket-Lifecycle-(Zimit)) is mostly useless since it only...

For now, the only purge of tasks is done at the schedule level, where we keep only the 10 most recent tasks for every schedule. Should we (especially for youzim.it)...

backend: API
enhancement

In the `/offliners` API, return minLength, maxLength and pattern. Adapt offliner definitions (new field type to create) so that these values can be sourced from the definitions and automatically provided...

enhancement
prio1

Operations performed on Wasabi (typically updating the S3 policy when a worker IP changes) have no timeout. This means that DB locks arise when Wasabi is not responding because all...

bug

- Location: API / UI ## Problem When cloning a schedule, if the new chosen name is already in used, this is only detected at the DB level, raising a...

bug
question
prio1

It looks like all HTTP HEAD operations on implemented endpoints are returning an HTTP 500 error. This is returning an HTTP 500: ``` curl -I 'http://localhost:8000/v1/schedules/?skip=0&limit=10' curl -I 'http://localhost:8000/v1/tasks/?skip=0&limit=10' curl...

bug
enhancement
prio1

- Location: UI The "Actual content hidden" is displayed on recipe / task flags even when the content is not hidden because the user is logged in, see below. ![image](https://github.com/openzim/zimfarm/assets/7102089/ac8d06b5-ef80-40df-81d4-9f471c8b376a)