mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
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
12 lines
337 B
JSON
12 lines
337 B
JSON
{
|
|
"title": "processing queue",
|
|
"stub": "nothing in the queue yet, only two of us.\ntry {{ value }} something!",
|
|
"stub.download": "downloading",
|
|
"stub.remux": "remuxing",
|
|
|
|
"state.waiting": "queued",
|
|
"state.starting": "starting...",
|
|
"state.running.remux": "remuxing",
|
|
"state.running.fetch": "downloading"
|
|
}
|