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
Should be a way to create a job (and a pipeline) without needing to save it in database, i.e., Pipeliner should send "worker input" in the "add job" messages and broker should send "worker output" in "finished job" messages.
With this we'll be able to process lots of jobs without needing Broker to interact with the database -- it can speed up a lot of pipelines/jobs.
The text was updated successfully, but these errors were encountered:
Should be a way to create a job (and a pipeline) without needing to save it in database, i.e.,
Pipeliner
should send "worker input" in the "add job" messages and broker should send "worker output" in "finished job" messages.With this we'll be able to process lots of jobs without needing
Broker
to interact with the database -- it can speed up a lot of pipelines/jobs.The text was updated successfully, but these errors were encountered: