dagster-per-asset-healthchecks
Installation
SKILL.md
Dagster Per-Asset Healthchecks
Pattern for giving each Dagster asset its own schedule + healthchecks.io check.
Why
One sync_all_hourly means a failure anywhere kills all monitoring signal.
Per-asset: each job has its own check, own schedule, own ping URL.
The Pattern
1. Create healthchecks.io checks via API
curl -s -X POST "https://healthchecks.io/api/v3/checks/" \
-H "X-Api-Key: <key>" \
-H "Content-Type: application/json" \
-d '{
"name": "bugster: <asset_name>",
Related skills
More from edmundmiller/dotfiles
jj-history-investigation
Investigate jj commit history, split commits, annotate file changes, and clean up redundant commits. Use when debugging history, splitting large commits, or rewriting shared history.
53tmux-status-debug
Debug and test tmux pane status detection for AI agents (opencode, claude, amp). Use when patterns aren't matching, status icons are wrong, or adding new detection patterns.
50using-jj-workspaces
Set up isolated jj workspaces for parallel development. Use when creating new workspaces, organizing workspace directories, or setting up gitignore for workspaces.
48agenix-secrets
>
46hass-config-flow
>
45nix-rebuild
>
45