Skip to content

Commit

Permalink
ENH: Add log message explaining waiting for question acceptance
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Feb 5, 2025
1 parent c564ae3 commit 31fc7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octue/resources/child.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def ask(
if push_endpoint or asynchronous:
return subscription, question_uuid

logger.info("Waiting for question to be accepted...")

try:
answer = self._service.wait_for_answer(
subscription=subscription,
Expand Down

0 comments on commit 31fc7bb

Please sign in to comment.