SchedulerWorker
class SchedulerWorker @Inject constructor(workerService: WorkerService, repoConnector: RepoConnector, locksClient: LocksClient, queueClient: ProducerQueueClient)
Scheduler worker responsible for starting and stopping the task processing.
Constructors
Link copied to clipboard
@Inject
Creates an instance of SchedulerWorker with the specified dependencies.