File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1139,14 +1139,14 @@ def _run_scheduler_loop(self) -> None:
1139
1139
if self .processor_agent :
1140
1140
self .processor_agent .heartbeat ()
1141
1141
1142
- # Heartbeat the scheduler periodically
1143
- perform_heartbeat (
1144
- job = self .job , heartbeat_callback = self .heartbeat_callback , only_if_necessary = True
1145
- )
1142
+ # Heartbeat the scheduler periodically
1143
+ perform_heartbeat (
1144
+ job = self .job , heartbeat_callback = self .heartbeat_callback , only_if_necessary = True
1145
+ )
1146
1146
1147
- # Run any pending timed events
1148
- next_event = timers .run (blocking = False )
1149
- self .log .debug ("Next timed event is in %f" , next_event )
1147
+ # Run any pending timed events
1148
+ next_event = timers .run (blocking = False )
1149
+ self .log .debug ("Next timed event is in %f" , next_event )
1150
1150
1151
1151
self .log .debug ("Ran scheduling loop in %.2f seconds" , timer .duration )
1152
1152
if span .is_recording ():
You can’t perform that action at this time.
0 commit comments