mirror of
https://github.com/apache/superset.git
synced 2026-05-13 03:45:12 +00:00
feat(Alerts and Reports): Modal redesign (#26202)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: fisjac <jfisher9882@gmail.com> Co-authored-by: Corbin <corbindbullard@gmail.com> Co-authored-by: Lily Kuang <lily@preset.io> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1293,7 +1293,7 @@ ALERT_REPORTS_WORKING_SOFT_TIME_OUT_LAG = int(timedelta(seconds=1).total_seconds
|
||||
# Default values that user using when creating alert
|
||||
ALERT_REPORTS_DEFAULT_WORKING_TIMEOUT = 3600
|
||||
ALERT_REPORTS_DEFAULT_RETENTION = 90
|
||||
ALERT_REPORTS_DEFAULT_CRON_VALUE = "0 * * * *" # every hour
|
||||
ALERT_REPORTS_DEFAULT_CRON_VALUE = "0 0 * * *" # every day
|
||||
# If set to true no notification is sent, the worker will just log a message.
|
||||
# Useful for debugging
|
||||
ALERT_REPORTS_NOTIFICATION_DRY_RUN = False
|
||||
|
||||
Reference in New Issue
Block a user