Commit 14e5480
committed
make scheduler warning stack easier to parse
Summary:
Now upon dagit start:
```
/Users/prha/code/dagster/python_modules/dagit/dagit/app.py:197: UserWarning: You have defined ScheduleDefinitions for this repository, but have not defined a scheduler on the instance
warnings.warn(MISSING_SCHEDULER_WARNING)
```
Test Plan: started dagit
Reviewers: sashank, max
Reviewed By: sashank
Differential Revision: https://dagster.phacility.com/D20331 parent 0c7274e commit 14e5480
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
0 commit comments