forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #1394
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Roadmap item: P3 -- Webhook/notification support
Users have no way to receive alerts when a batch job finishes or when significant changes are detected. Adding outbound webhooks or notification integrations enables automation and timely awareness.
Task
Acceptance Criteria
Reference
See ROADMAP.md section P3.
Resolved by PR #66 (merged). Webhook notification support for batch job completion is implemented in
webhooks.py, triggered from_run_batch_job().