Skip to content
Discussion options

You must be logged in to vote

Hello,

Has anybody had much luck using Concourse in a fashion like this where you're effectively orchestrating many long running jobs across a third party system, waiting on data to come back in?

I don't have direct experience on this. What I can say is that a task (a Concourse job contains one or more tasks) doesn't have the notion of waiting for I/O. It looks to me that you would end up with N tasks, each busy waiting, polling for this "data to come back in". This might work, but consider that each task is mapped to a container, and in my extensive experience, above ca 220 containers, a Concourse worker becomes unstable (at least with my workload).

Another way to "wait for data to com…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rorychatterton
Comment options

@marco-m-pix4d
Comment options

Answer selected by rorychatterton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants