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 48daf5a commit 364c751Copy full SHA for 364c751
jupyter_scheduler/models.py
@@ -85,8 +85,8 @@ class RuntimeEnvironment(BaseModel):
85
compute_types: Optional[List[str]]
86
default_compute_type: Optional[str] # Should be a member of the compute_types list
87
utc_only: Optional[bool]
88
- notifications_enabled: bool = True
89
- notification_events: List[Type[NotificationEvent]] = [e for e in NotificationEvent]
+ notifications_enabled: bool = False
+ notification_events: List[Type[NotificationEvent]] = []
90
91
def __str__(self):
92
return self.json()
0 commit comments