scope: replace generic cron automations with narrow sync jobs #295
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The current
cron/automation feature is a generic scheduled workflow engine.It exists to run stored automation recipes on cron expressions, currently through
/api/automations, CLIdelta cron,node-cron, and built-in recipe handlers. That is broader than the current product needs.Solution
Replace it with a narrow sync job path that only supports first-party integration sync work needed for v0.1.0:
Remove the generic automation CRUD API, generic recipe registry, CLI
cronnoun, and stale docs/manpage sections unless a piece is directly reused by the narrow sync path.Acceptance criteria