You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, I'd like to set ofelia.job-exec.feature_pipeline.no-overlap: "true" but not only for feature_pipeline service, but also avoid running concurrently feature_pipeline and inference_pipeline.
The text was updated successfully, but these errors were encountered:
Thanks for submitting the issue. I am also interested in such a feature. Some jobs can be resource intensive or take a long time to complete. In this case it might be preferable to delay the execution of other jobs. There are also scenarios where a job should not be run until another job has been completed, eg one job that fills a queue and one that processes the queue.
Currently, one can set
no-overlap
to true, to avoid two concurrent executions. But is it possible to avoid overlapping between services? E.g.In this example, I'd like to set
ofelia.job-exec.feature_pipeline.no-overlap: "true"
but not only forfeature_pipeline
service, but also avoid running concurrentlyfeature_pipeline
andinference_pipeline
.The text was updated successfully, but these errors were encountered: