fix(): fixed bugs with cache invalidation, notifications and guardrails
This commit is contained in:
@@ -14,6 +14,7 @@ class ChannelType(models.TextChoices):
|
||||
class NotificationEventType(models.TextChoices):
|
||||
EXPERIMENT_STARTED = "experiment_started", _("Experiment started")
|
||||
EXPERIMENT_PAUSED = "experiment_paused", _("Experiment paused")
|
||||
EXPERIMENT_RESUMED = "experiment_resumed", _("Experiment resumed")
|
||||
EXPERIMENT_COMPLETED = "experiment_completed", _("Experiment completed")
|
||||
GUARDRAIL_TRIGGERED = "guardrail_triggered", _("Guardrail triggered")
|
||||
REVIEW_REQUESTED = "review_requested", _("Review requested")
|
||||
|
||||
Reference in New Issue
Block a user