-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev: Suspend callbacks backend #1648
Comments
Hey team! Please add your planning poker estimate with Zenhub @andrewleith @jzbahrai @whabanks |
Will & Jumana are each working on their own parts of this work today |
@jzbahrai has an Admin PR open, and an API PR open, both need reviews from Will |
API code needs to be merged, and Will's PR. Should get merged today |
PR up for API code suspended check. |
API PR merged and released in Prod |
We now have the ability to suspend/resume a callback service for any client (manually) |
Description
As a Notify Team Member, I need to be made aware of callback failures via alarms so that I can take appropriate action to warn a service owner or suspend their callback functionality.
As a Notify Dev doing front end working, I need back end plumbing in place so that I can retrieve and update the suspension status of a service's callbacks.
Acceptance Criteria
suspended
andsuspended_at
columns to theservice_callback_api
tableServiceCallbackApi
model & associated schemas in APIsuspended
andsuspended_at
when suspending or resuming a callback.The text was updated successfully, but these errors were encountered: