rendering: Added concurrent rendering limits

This commit is contained in:
Torkel Ödegaard
2018-09-24 15:58:22 +02:00
parent b41333d4b9
commit 4dab595ed7
11 changed files with 44 additions and 11 deletions

View File

@@ -113,6 +113,7 @@ func (n *notificationService) uploadImage(context *EvalContext) (err error) {
Timeout: alertTimeout / 2,
OrgId: context.Rule.OrgId,
OrgRole: m.ROLE_ADMIN,
IsAlert: true,
}
ref, err := context.GetDashboardUID()