Skip to content

Grouping of notifications in ProductionManagementSystem

Stavros Moiras requested to merge smiras/LHCbDIRAC:group_notifications into devel
  • New Production Requests are now grouped when LHCbDIRAC.ProductionManagementSystem.Utilities.Utils.informPeople is called with state == Submitted or state == BK Check

  • Status changes are grouped when LHCbDIRAC.ProductionManagementSystem.Agent.ProductionStatusAgent._mailProdManager is called.

  • An agent called NotifyAgent is used to aggregate information for both.

Merge request reports