Skip to content

Commit

Permalink
disable housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jan 9, 2025
1 parent 058d7fd commit c1c43ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.47"
"version": "0.20.47.post1"
}
2 changes: 1 addition & 1 deletion hypha/core/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ async def init(self, reset_redis, startup_functions=None):
self._ready = True
await self.get_event_bus().emit_local("startup")
servers = await self.list_servers()
self._house_keeping_task = asyncio.create_task(self.housekeeping())
# self._house_keeping_task = asyncio.create_task(self.housekeeping())

logger.info("Server initialized with server id: %s", self._server_id)
logger.info("Currently connected hypha servers: %s", servers)
Expand Down

0 comments on commit c1c43ef

Please sign in to comment.