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 f6e959a commit 52347adCopy full SHA for 52347ad
core/__init__.py
@@ -24,10 +24,10 @@ async def main():
24
logger.terror("orm.error.failed", e=e)
25
26
async def syncFiles():
27
- if cluster.enabled and cluster.socket:
28
- await cluster.disable()
29
if cluster.scheduler:
30
await cluster.scheduler.pause()
+ if cluster.enabled and cluster.socket:
+ await cluster.disable()
31
await cluster.fetchFileList()
32
missing_filelist = await cluster.getMissingFiles()
33
await cluster.syncFiles(
0 commit comments