Skip to content

Commit a3b5b9a

Browse files
authored
Notifications: show "Maxium concurrency limit reached" as WARNING (#11196)
Related #11131
1 parent 4770af1 commit a3b5b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_rendered_body(self):
135135
"""
136136
).strip(),
137137
),
138-
type=ERROR,
138+
type=WARNING,
139139
),
140140
Message(
141141
id=BuildCancelled.CANCELLED_BY_USER,

0 commit comments

Comments
 (0)