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 eff0f3d commit 4512aadCopy full SHA for 4512aad
src/aleph/vm/pool.py
@@ -332,7 +332,8 @@ async def load_persistent_executions(self):
332
else:
333
execution.uuid = saved_execution.uuid
334
await execution.record_usage()
335
- await self.update_domain_mapping(force_update=True)
+ if self.executions:
336
+ await self.update_domain_mapping(force_update=True)
337
logger.info(f"Loaded {len(self.executions)} executions")
338
339
async def stop(self):
0 commit comments