Skip to content

Commit

Permalink
fix: backend bug
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-mar committed Dec 24, 2024
1 parent ed6f3c5 commit f8c2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chatsky_ui/services/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def check_status(self, id_: int, *args, **kwargs) -> None:
self.bot_repo_manager.commit_with_tag(process.id)
self.graph_repo_manager.commit_with_tag(process.id)
break
await asyncio.sleep(2) # TODO: ?sleep time shouldn't be constant
# await asyncio.sleep(2) # TODO: ?sleep time shouldn't be constant

async def get_build_info(self, id_: int, run_manager: RunManager) -> Optional[Dict[str, Any]]:
"""Returns metadata of a specific build process identified by its unique ID.
Expand Down

0 comments on commit f8c2cfd

Please sign in to comment.