We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25f53 commit a8a61fcCopy full SHA for a8a61fc
1 file changed
src/TfScheduler/TfSchedulerDevice.cxx
@@ -122,14 +122,13 @@ void TfSchedulerDevice::TfSchedulerServiceThread()
122
lNewInstance->start();
123
}
124
IDDLOG("Created new scheduler instance. partition={}", lNewPartitionRequest.mPartitionId);
125
+ break; // Only service one partition per process
126
} else {
127
EDDLOG("Scheduler instance already exists. partition={}",lNewPartitionRequest.mPartitionId);
128
-
129
130
131
132
- std::this_thread::sleep_for(2000ms);
+ std::this_thread::sleep_for(1000ms);
133
134
135
DDDLOG("Exiting TfSchedulerServiceThread.");
0 commit comments