Hi @<1695969549783928832:profile|ObedientTurkey46>
Use --services-mode in the agent , it will run many Tasks on the same machine, this is usually associated with the services queue, but can be run on any queue. This way you could have the same machine easily running those multiple "control" tasks.
wdyt?
Answered
Hi,
I Am Using
Hi,
I am using TaskScheduler to start a pipeline once per hour, that sequentially executes tasks.
My current solution is that I have three execution queues, with three different worker processes.
Process 1: Executes the TaskScheduler,
Process 2: Executes the Pipeline,
Process 3: Executes the individual tasks of the pipeline (e.g. data ingestion, preparation, training).
Can I reduce the amount of queues/workers needed? Right now the TaskScheduler blocks one worker entirely and it won’t start a second TaskScheduler or the Pipeline-Exection.
Thank you!
Best,
Valentin
474 Views
2
Answers
5 months ago
5 months ago
Tags