Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Notification of Completion without email
- Date: Fri, 7 Sep 2012 09:19:58 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Notification of Completion without email
On Fri, Sep 07, 2012 at 07:08:13AM -0500, Michael Fienen wrote:
> Hi Condor Peoples
>
> I am working on a project in which I need to wrap repeated Condor
> clusters within an outside program. As such, I need notification when
> a Condor cluster is complete. I'd prefer not to use email
> notification. Is there any other option other than scraping the logs
> for completion of each process?
>
Scraping the logs is exactly what DAGMan does. The only other option I
have seen is periodically polling with condor_q.
> I'd prefer not to scrape the logs due to overhead (the Clusters may
> have 100,000 processes so it seems more efficient to receive a single,
> final signal in a log or other file).
>
> Many thanks in advance for any leads! My Google Kung Fu has failed me
> on this one thus far. In the Condor Docs, I found only reference to
> email notification.
Nathan Panike