feat: WorkQueue priorities (#2721)

Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
This commit is contained in:
Alex Kremer
2025-11-07 17:42:55 +00:00
committed by GitHub
parent 51dbd09ef6
commit c973e99f4b
8 changed files with 362 additions and 138 deletions

View File

@@ -102,7 +102,7 @@ Counters::getMethodInfo(std::string const& method)
return it->second;
}
Counters::Counters(WorkQueue const& wq)
Counters::Counters(Reportable const& wq)
: tooBusyCounter_(
PrometheusService::counterInt(
"rpc_error_total_number",