You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backfill — re-run a watch action over the previous step's passes (#163) (5485192)
Reprocess an action over history: magpie backfill queues a re-run of one action over the items its previous step already passed (or, for a chain-head action, the watch's own feed items) within a time window — so a config change (e.g. a new extract field set) can be applied to past items without replaying the whole pipeline. Runs as a queued background job (the API returns immediately); --dry-run shows the size first.
Additive or full replace: additive by default (fills only items the action never processed, non-destructive); --replace regenerates that action's output AND every downstream action's, from the action down. A time window is required (occurred-time and/or the source run's completion), so a backfill is always explicitly scoped.
web: blog at /blog, shared cross-origin theme, bundled brand assets (#157) (e10a3c4)