On Fri, Feb 16, 2018 at 1:48 PM, Katie Chan <[email protected]> wrote: > On 16/02/2018 02:04, Bryan Davis wrote: >> >> >> I assume these alerts are messages from the cron server about failures >> to jstart the job on the grid at the scheduled time? >> >> * Why do you want to only notify some of the tool maintainers when >> things are failing? Are you mixing many different things under a >> single tool? Would it be easier to manage these special jobs from >> another tool account designated for the purpose? > > > I actually get an email every time cron runs along the line of "Your job > 1234567 ("XYZ") has been submitted", so not just failures messages.
Adding a `-quiet` argument to your jsub command should stop that message. By default jsub prints a notice to standard out on submission, but -quiet stops that. Bryan -- Bryan Davis Wikimedia Foundation <[email protected]> [[m:User:BDavis_(WMF)]] Manager, Cloud Services Boise, ID USA irc: bd808 v:415.839.6885 x6855 _______________________________________________ Wikimedia Cloud Services mailing list [email protected] (formerly [email protected]) https://lists.wikimedia.org/mailman/listinfo/cloud
