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 ea9bfdb commit ed72439Copy full SHA for ed72439
temporalio/worker/_worker.py
@@ -783,8 +783,6 @@ async def raise_on_shutdown():
783
if self._nexus_worker:
784
await self._nexus_worker.wait_all_completed()
785
786
- # TODO(nexus-preview): check that we do all appropriate things for nexus worker that we do for activity worker
787
-
788
# Do final shutdown
789
try:
790
await self._bridge_worker.finalize_shutdown()
0 commit comments