SchedulerFetcher
class SchedulerFetcher @Inject constructor(fetcherService: FetcherService, repoConnector: RepoConnector, config: SchedulerConfig)
Scheduler fetcher responsible for starting and stopping the task fetching process.
Constructors
Link copied to clipboard
@Inject
Creates an instance of SchedulerFetcher with the specified dependencies.