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 05a4c82 commit 4e16a3cCopy full SHA for 4e16a3c
graphql/backend/decider.py
@@ -66,7 +66,7 @@ def main_thread_terminated(self):
66
# add or remove items
67
size = self._queue.qsize()
68
69
- print("Sentry is attempting to send %i pending error messages" % size)
+ print("GraphQL is attempting to retrieve %i pending documents" % size)
70
print("Waiting up to %s seconds" % timeout)
71
72
if os.name == "nt":
0 commit comments