We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5e32d commit b3cab1aCopy full SHA for b3cab1a
tools/get_flower_exceptions_summary
@@ -4,7 +4,7 @@ import os
4
from collections import defaultdict
5
6
# TODO: add an option to provide starting date
7
-# TODO: do clever check that for that args there is no succesfull one after that point
+# TODO: do clever check that for that args there is no successful one after that point
8
9
# Make the GET request
10
response = requests.get(f"http://{os.environ['FLOWER_BASIC_AUTH']}@localhost:5555/api/tasks?state=FAILURE")
0 commit comments