·dagster-per-asset-healthchecks
</>

dagster-per-asset-healthchecks

Split a monolithic Dagster job into per-asset schedules with individual healthchecks.io pings. Use when adding monitoring to Dagster assets, splitting a catch-all job, or wiring per-job healthchecks into the Nix bugster module.

11Installs·2Trend·@edmundmiller

Installation

$npx skills add https://github.com/edmundmiller/dotfiles --skill dagster-per-asset-healthchecks

How to Install dagster-per-asset-healthchecks

Quickly install dagster-per-asset-healthchecks AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/edmundmiller/dotfiles --skill dagster-per-asset-healthchecks
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: edmundmiller/dotfiles.

SKILL.md

View raw

Pattern for giving each Dagster asset its own schedule + healthchecks.io check.

One syncallhourly means a failure anywhere kills all monitoring signal. Per-asset: each job has its own check, own schedule, own ping URL.

Gotcha: Schedules default to STOPPED. Always set defaultstatus=DefaultScheduleStatus.RUNNING or they never fire on fresh deployments.

Split a monolithic Dagster job into per-asset schedules with individual healthchecks.io pings. Use when adding monitoring to Dagster assets, splitting a catch-all job, or wiring per-job healthchecks into the Nix bugster module. Source: edmundmiller/dotfiles.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/edmundmiller/dotfiles --skill dagster-per-asset-healthchecks
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from edmundmiller/dotfiles

Quick answers

What is dagster-per-asset-healthchecks?

Split a monolithic Dagster job into per-asset schedules with individual healthchecks.io pings. Use when adding monitoring to Dagster assets, splitting a catch-all job, or wiring per-job healthchecks into the Nix bugster module. Source: edmundmiller/dotfiles.

How do I install dagster-per-asset-healthchecks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/edmundmiller/dotfiles --skill dagster-per-asset-healthchecks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/edmundmiller/dotfiles