[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] DAGman notification



Ah, thanks for that Kent. A blurb about notification is probably warranted in the DAGMan docs.

Take care,

Louis


---
Louis R. Marascio
512-964-4569

On Tue, Dec 30, 2014 at 10:13 AM, R. Kent Wenger <wenger@xxxxxxxxxxx> wrote:
On Tue, 30 Dec 2014, Louis Marascio wrote:

So, always should notify you whenever the job is check pointed or when it
completes (either successfully or in failure).

There are no special notifications for DAGMan that I know of. They are sent
for DAGMan submitted jobs in the same way as if a job is submitted without
DAGMan using condor_submit.

Actually, that's no longer correct. As of 7.9.2, by default DAGMan suppresses notification emails from node jobs. (See DAGMAN_SUPPRESS_NOTIFICATION:
A boolean value defining whether jobs submitted by condor_dagman will use email notification when certain events occur. If True, all jobs submitted by condor_dagman will have the equivalent of the submit command notification = never set. This does not affect the notification for events relating to the condor_dagman job itself. Defaults to True, implementing behavior in which the user receives one notification email when the condor_dagman job completes, rather than thousands of notifications from each of the jobs submitted by condor_dagman.)

So if you want to get notification emails from your node jobs, you need to set DAGMAN_SUPPRESS_NOTIFICATION to false in a per-DAG config file, or specify -dont_suppress_notification on the condor_submit_dag command line.

Kent Wenger
CHTC Team

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/