Skip to content
Snippets Groups Projects
Commit af12301c authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Log out on pipeline queue

parent efd88236
No related branches found
No related tags found
1 merge request!341Implements #376 Pipeline queues
Pipeline #29367 passed
......@@ -82,6 +82,7 @@ bool Graph::queue(const ftl::data::FrameSetPtr &fs, const std::function<void()>
}
if (busy_.test_and_set()) {
LOG(INFO) << "Pipeline queued... " << queue_.size();
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment