AWS Thinkbox Discussion Forums

Deadline popup notification

We have auto generated python jobs on the farm (created by slaves at the end of their tasks/ jobs), and i started noticing random popup windows on these machines, that tell the slave that his job was done.

Whats the default flag to turn that off? :slight_smile:

On the slaves that show this popup message, launch the Monitor and note the current Deadline user at the bottom right. Then in the Monitor select Tools -> Manage Users while in super user mode, find the user, and turn off the Send Popup Notifications setting.

Or, you could have the auto generated jobs specify an override in the job info file:

OverrideNotificationMethod=true
EmailNotification=false
PopupNotification=false

This way, those auto-generated jobs never send out notifications.

Cool, thanks!

Privacy | Site terms | Cookie preferences