mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
feat: exit dedicated worker upon new deployment
This commit is contained in:
@@ -872,6 +872,8 @@ replace_nan = re.compile(r'\bNaN\b')
|
||||
sys.stdout.write('start\n')
|
||||
|
||||
for line in sys.stdin:
|
||||
if line == 'end\n':
|
||||
break
|
||||
kwargs = json.loads(line, strict=False)
|
||||
args = {{}}
|
||||
{indented_transforms}
|
||||
|
||||
Reference in New Issue
Block a user