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 700090a commit 1c3e09bCopy full SHA for 1c3e09b
gateway_provisioners/yarn.py
@@ -240,8 +240,9 @@ async def cleanup(self, restart: bool = False) -> None:
240
self.local_proc.wait()
241
self.local_proc = None
242
243
- # reset application id to force new query - handles kernel restarts/interrupts
+ # reset application id and assigned host to force new query - handles kernel restarts/interrupts
244
self.application_id = None
245
+ self.assigned_host = ""
246
247
# for cleanup, we should call the superclass last
248
await super().cleanup(restart=restart)
0 commit comments