mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-14 06:09:41 -04:00
If you schedule a job you might change your mind or circumstances might change. So you need to be able to cancel it. This commit adds a `POST` endpoint for individual jobs which sets their status to `cancelled`. This also means adding a new status of `cancelled`, so there’s a migration…
Generic single-database configuration.