We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4be7ef commit 331e259Copy full SHA for 331e259
jupyter_scheduler/models.py
@@ -42,7 +42,7 @@ class RuntimeEnvironment(BaseModel):
42
compute_types: Optional[List[str]]
43
default_compute_type: Optional[str] # Should be a member of the compute_types list
44
utc_only: Optional[bool]
45
- notifications_enabled: bool = True
+ notifications_enabled: bool = False
46
notification_events: List[Type[NotificationEvent]] = [e for e in NotificationEvent]
47
48
def __str__(self):
0 commit comments