Skip to content

Commit

Permalink
Notifications: show "Maxium concurrency limit reached" as WARNING (#…
Browse files Browse the repository at this point in the history
…11196)

Related #11131
  • Loading branch information
humitos authored Mar 8, 2024
1 parent 4770af1 commit a3b5b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/notifications/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_rendered_body(self):
"""
).strip(),
),
type=ERROR,
type=WARNING,
),
Message(
id=BuildCancelled.CANCELLED_BY_USER,
Expand Down

0 comments on commit a3b5b9a

Please sign in to comment.