Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Adjust `index-search` optimization to take artifact expiration into account

Aperta
#247 1 commento 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
38/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
devops

Direzione di ricerca

Start by locating the index-search optimization and the task-definition handling for artifact expiration. Trace how fetches declarations identify dependent artifacts, then verify that replacement candidates are rejected when those artifacts expire before the dependent task deadline.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

feature

Sometimes artifacts can expire before a task does, e.g to save on storage costs. The problem is that sometimes, the index-search optimization will optimize by replacement with a task who's artifact has expired, and then the dependency who needs it will fail with a 404.

In many cases, it's not clear which artifacts (if any) a dependent needs, so it's impossible to tell whether the existing task is valid or not. But in some cases, (e.g if the dependent declares the artifact via the fetches feature), we at least know that some subset of artifacts are going to be used. In these cases, the index-search optimization should inspect the task definition and ensure that these artifacts will expire sometime after the deadline of the dependent task before it will consider it as a candidate for replacement.

Lingua principale
Python
Stelle
26
Fork
55
Merge medio
2g 6m
PR unite (30g)
15

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di taskcluster/taskgraph

Tutte le issue di taskcluster/taskgraph

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.