feat: exit dedicated worker upon new deployment

This commit is contained in:
Ruben Fiszel
2023-11-10 20:41:43 +01:00
parent 5662c86bf0
commit 4661dd2cea
3 changed files with 16 additions and 10 deletions
@@ -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}