forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #1612
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?
Context
Roadmap item: P3 - Nice to Have
Users have no way to receive push notifications when a batch job completes or when an innovation score changes significantly.
What to do
Acceptance criteria
Ref: ROADMAP.md P3 - Nice to Have
This issue is already resolved in main.
webhooks.pyimplements a full webhook notification system withnotify(),notify_job_completed(), retry logic, and support for Slack/Discord webhook formats. Webhook URLs are configured via theWEBHOOK_URLSenvironment variable.