mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
c667620d8f
refs https://github.com/TryGhost/Toolbox/issues/357 - One time jobs need a storage mechanism to be run only ever once. - Field notes: - `id`, `created_at`, `updated_at` - standard Ghost fields - `name` - unique name of the job, could also be used with prefixing to identify certain type of job (e.g.: backup-bob-2022-10-16, backup-sam-2023-01-13 identifying backup jobs run by users) - `status` - 'started' | 'finished' | 'failed' | 'queued' (need to identify when the job is in progress, done, added to the execution queue, or errored) - `started_at` - when the job started execution - `finished_at` - when the job successfully finished execution |
||
---|---|---|
.. | ||
exporter | ||
importer | ||
migrations | ||
services | ||
settings | ||
url_service.test.js |