benoit74
benoit74
When the "Failed" pipeline tab is shown (at https://farm.openzim.org/pipeline?filter=failed), the frontend starts to query for last run of the schedule of each of these tasks to get if it succeeded...
In https://github.com/openzim/zimfarm/issues/1362#issuecomment-3588407141 > If data comes from pasting/importing an URL, we should keep track of it In https://github.com/openzim/zimfarm/issues/1362#issuecomment-3588486329 > This all only focuses on the storing/input of the image. What...
I'm just realizing that there are some edge cases where we do not want to use a blob, but rather continue using an (external) URL. This is only for expert...
Task worker for [eb357fe6-1d1b-4816-a943-20913bb9a17a](https://farm.openzim.org/pipeline/eb357fe6-1d1b-4816-a943-20913bb9a17a) task has badly failed. Scraper container and dnscache were still running, I had to kill them manually (and I re-requested the recipe). Logs: ``` [2025-09-09 13:49:19,776:...
UI should allow users to configure/create a blob (especially for images, but let's do that for all blobs) from an online URL the user would input (instead of a local...
Just like we've added support for CSS and HTML flags, we need to add support for TXT flags | scraper | flag | kind | |--|--|--| | mwoffliner | articleList...
When a flag is a blob, we need to have something to very easily view it, both in schedule config, schedule edit, and task debug. Could be a simple icon...
We need another maintenance script to migrate image and CSS flags which were not stored in the blob storage as well. Two possibility: - in most cases, the image or...
This comes from https://github.com/openzim/zimfarm/issues/1362#issuecomment-3588407141, but it is not really clear what we wanna do. > Quality constraints should apply immediately (before saving) @kelson42 could you better explain what you had...
We need to easily compare blob versions in the schedule history. Currently, we only see that the flag technical URL has changed For now, we should be able to see:...