Add per-job "Run now" buttons and a "Start all now" button to the admin Scheduler dashboard (admin-gated endpoints). Triggers run the job in a background thread independent of its interval, refusing a concurrent run (409). While running, the long jobs (maintenance, enrich, backfill, shorts) report live progress through a decoupled contextvar sink, shown as a progress bar on the job row via the existing 4s poll. A manually-triggered run posts a completion notification to the triggering admin's inbox (scheduled runs stay silent to avoid spam); the inbox renders the "scheduler" type trilingually from type+data. While here, give the maintenance job its missing dashboard label/description in all three languages.
20 lines
742 B
JSON
20 lines
742 B
JSON
{
|
|
"navLabel": "Értesítések",
|
|
"title": "Értesítések",
|
|
"subtitle": "Frissítések a könyvtáradból és a rendszertől.",
|
|
"empty": "Nincs új értesítés.",
|
|
"markAllRead": "Összes olvasott",
|
|
"clearAll": "Összes törlése",
|
|
"markRead": "Olvasottnak jelöl",
|
|
"dismiss": "Elvetés",
|
|
"andMore": "és még {{count}}",
|
|
"maintenance": {
|
|
"title": "Videók eltávolítva",
|
|
"body_one": "{{count}} mentett vagy lejátszási listás videó eltávolítva, mert már nem elérhető a YouTube-on.",
|
|
"body_other": "{{count}} mentett vagy lejátszási listás videó eltávolítva, mert már nem elérhetők a YouTube-on."
|
|
},
|
|
"jobDone": {
|
|
"titleOk": "{{job}} kész",
|
|
"titleError": "{{job}} hibázott"
|
|
}
|
|
}
|