Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
isaac.lambatisaac.lambatReporter
isaac.lambatisaac.lambatStory Points
2Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
isaac.lambat
isaac.lambatReporter
isaac.lambat
isaac.lambatStory Points
2
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created September 13, 2022 at 4:46 PM
Updated April 4, 2023 at 6:04 PM
Resolved September 30, 2022 at 10:25 PM
Currently,
dbConfigs
contains a map of databases with their associated persisted database config that is in the bucket. This can be changed to instead contain a runtime database config with the persisted database config embedded.This runtime database config can contain the explicit flag of if the database is suspended or not, then the appropriate places can be changed to set and read this (e.g.
isDatabaseSuspended
function,unsuspendDatabase
).isDatabaseSuspended
may also need to be called in more places such asunsuspendDatabase
.