Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Jan 20, 2025
1 parent a8f436e commit 8ec7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async def migrate_done_callback(ret, migrate_instance_pair: Tuple[str, str]) ->
logger.info("Instance {} is dead.".format(instance_id))
self.scale_down(instance_id)
else:
migrate_out_request_ids = ret[0]
migrate_out_request_ids = ret
if migrate_out_request_ids:
migrate_out_request_id = migrate_out_request_ids[0]
self.request_instance[migrate_out_request_id] = migrate_instance_pair[1]
Expand Down

0 comments on commit 8ec7ba7

Please sign in to comment.