9#include <userver/components/component_base.hpp>
10#include <userver/ydb/dist_lock/worker.hpp>
12USERVER_NAMESPACE_BEGIN
43 DistLockComponentBase(
const components::ComponentConfig&,
const components::ComponentContext&);
57 static yaml_config::Schema GetStaticConfigSchema();
93 testsuite::TestsuiteTasks& testsuite_tasks_;
94 const std::string testsuite_task_name_;
98 std::optional<DistLockedWorker> worker_;