ProcessTask

@Inject
constructor(tasksRepo: TasksRepo, errorLogsRepo: ErrorLogsRepo, queueClient: ProducerQueueClient)

Creates an instance of ProcessTask with the specified repositories and queue client.