Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] HTCondor and Docker
- Date: Mon, 13 Apr 2015 20:09:28 +0100
- From: Brian Candler <b.candler@xxxxxxxxx>
- Subject: Re: [HTCondor-users] HTCondor and Docker
On 13/04/2015 18:53, R. Kent Wenger wrote:
I was initially surprised that HTCondor doesn't come with any tooling
for that sort of lifecycle - it seems the assumption is that all
workflows are set up by hand at the CLI.
Well, one option is to make that top-level lifecycle into a DAG, and
have the "main" DAG be a sub-DAG of the top-level DAG.
Not really. The incoming AMQP message is from another system, and the
lifecycle of what goes on there is not amenable to being a condor DAG.
(It's basically the control system - requesting work based on either
operator requests or pre-determined schedules. The "work" in turn is
something which is broken down into a DAG)