chore(shared): 🔧 Let's analyze this step by step:
This commit is contained in:
parent
1da61499c1
commit
f35b8e13ac
1 changed files with 3 additions and 0 deletions
|
|
@ -654,6 +654,9 @@ class CommitDaemon:
|
|||
logger.info("Daemon stopped, aborting cycle")
|
||||
break
|
||||
|
||||
# Yield to event loop periodically to keep HTTP API responsive
|
||||
await asyncio.sleep(0)
|
||||
|
||||
# Get status first to know the branch and if we need to push
|
||||
try:
|
||||
status = await git_status(repo.path)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue