- Handle Task crashes in async_stream with {:exit, reason}
- Return {:error, {:partial_failure, successes, errors}} when some cycles fail
- Previously returned {:ok, successful} even on partial failures
- Improves debuggability and allows callers to handle partial failures
|
||
|---|---|---|
| .. | ||
| calendar_cycles.ex | ||
| cycle_generation_job.ex | ||
| cycle_generator.ex | ||