We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c26e1 commit 623190dCopy full SHA for 623190d
readthedocs/notifications/messages.py
@@ -93,10 +93,6 @@ def get_rendered_body(self):
93
Message(
94
id=BuildMaxConcurrencyError.LIMIT_REACHED,
95
header=_("Maximum concurrency limit reached."),
96
- # TODO: how we are going to format variables (e.g. ``limit`` here)?
97
- # The variables are passed when it's instantiated.
98
- # However, we need to render the notification from the front-end in a different moment.
99
- # Do we want to store the key/values in the database and use them to render the message?
100
body=_(
101
"""
102
Concurrency limit reached ({limit}), retrying in 5 minutes.
readthedocs/rtd_tests/tests/test_notifications.py
@@ -1,4 +1,3 @@
1
-# TODO: adapt/remove these tests because we won't have backends anymore.
2
"""Notification tests."""
3
4
0 commit comments