Skip to main content

Sync Harvest 107

@vercel/sync-harvest-107v1.0.6· 1mo agoWORKFLOWS·DRIVERS·REPORTS
01README

Operate on financial operations data with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @vercel/sync-harvest-107 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @vercel/sync-harvest-107

workflows:
  - name: sync-harvest-107-run
    jobs:
      - name: main
        steps:
          - name: run
            model: vercel/sync-harvest-107
            method: run

Run with swamp workflow run sync-harvest-107-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: finops cost metrics

02Workflows2
open scoutopen-scout

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
smart tracersmart-tracer

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Drivers1
sync-harvest-107-driver
@vercel/sync-harvest-107/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Reports1
sync-harvest-107-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Previous Versions2
2.1.4Jan 5, 2026

Added 1 workflows

1.8.2Aug 18, 2025
06Stats
A
100 / 100
Downloads
30
Archive size
38.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms
08Labels