effect-patterns-scheduling
SKILL.md
Effect-TS Patterns: Scheduling
This skill provides 3 curated Effect-TS patterns for scheduling. Use this skill when working on tasks related to:
- scheduling
- Best practices in Effect-TS applications
- Real-world patterns and solutions
🟢 Beginner Patterns
Retry Failed Operations
Rule: Use Effect.retry with a Schedule to handle transient failures gracefully.
Good Example:
import { Effect, Schedule, Data } from "effect"