Commit 26ad1f3
Fix: Disable scheduler warning in task mode
- Add condition to check if we're in task mode (self._active_task is not None)
- Skip scheduler warning when in task mode since scheduler is intentionally stopped
- Preserves warning functionality in normal mode when there are actual delays
- Tested with task mode examples and integration tests
Co-authored-by: benoit-cty <6603048+benoit-cty@users.noreply.github.com>1 parent 2be9d11 commit 26ad1f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
| 846 | + | |
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
| |||
0 commit comments