web: very early implementation of a fetch worker
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko
2025-01-30 01:04:33 +06:00
parent affe49474d
commit 5d7724762d
7 changed files with 166 additions and 9 deletions

View File

@@ -6,5 +6,6 @@
"state.waiting": "queued",
"state.starting": "starting...",
"state.running.remux": "remuxing"
"state.running.remux": "remuxing",
"state.running.fetch": "downloading"
}