Перейти к содержимому

Все команды

chimera cron

Manage scheduled jobs (crons and event SOPs).

Подкоманды

chimera cron add

Add a cron, event- or webhook-triggered job.

Аргументы

  • NAMEstrобязательный

    A human-readable name.

  • SCHEDULEstrобязательный

    Cron expression, or an event/webhook name.

  • ACTIONstrобязательный

    What to do (task description / skill).

Параметры

  • --eventboolean

    Treat SCHEDULE as an event name.

  • --webhookboolean

    Fire on POST /webhook/<SCHEDULE> (needs 'chimera serve').

chimera cron disable

Disable a job without deleting it.

Аргументы

  • JOB_IDstrобязательный

    The job id to disable.

Параметры

У этой команды нет параметров.

chimera cron doctor

Ask the schedule what it is not telling you: what never ran, and what ran and lost. Every other honesty mechanism here sits downstream of a run having happened. This is the one question about the run that did not — and about the one that happens on time, forever, and fails every time, which looks healthier than the first from any field that existed before. It is a question, not a watcher: nothing notices while this process is down, for the same reason a crashed process cannot log its own crash. What it gives you is an honest answer the moment you ask.

Параметры

  • --gracefloatпо умолчанию: 10.0

    How late a job may be before it counts as missed.

chimera cron enable

Enable a job (e.g. an agent-proposed one) and schedule its next run.

Аргументы

  • JOB_IDstrобязательный

    The job id to enable.

Параметры

У этой команды нет параметров.

chimera cron learn

Propose crons from recurring tasks and create the ones you confirm. Each proposal is shown for explicit confirmation (the human-in-the-loop approval that keeps automation creation under control); confirmed jobs are validated and created enabled. ``--yes`` confirms all (use deliberately).

Параметры

  • --minintпо умолчанию: 3

    Min repeats to propose.

  • --schedulestr

    Override the suggested cron schedule.

  • --yes, -yboolean

    Create every proposal without prompting.

chimera cron list

List scheduled jobs.

Параметры

У этой команды нет параметров.

chimera cron remove

Remove a scheduled job by id.

Аргументы

  • JOB_IDstrобязательный

    The job id to remove.

Параметры

У этой команды нет параметров.