Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Dec 13, 2023
1 parent 01efbcf commit 5c156d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/serve/serve_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def add_service(name: str, controller_job_id: int, policy: str,
INSERT INTO services
(name, controller_job_id, status, policy, auto_restart,
requested_resources, requested_resources_str)
VALUES (?, ?, ?, ?, ?, ?)""",
VALUES (?, ?, ?, ?, ?, ?, ?)""",
(name, controller_job_id, status.value, policy, int(auto_restart),
None, requested_resources_str))
_DB.conn.commit()
Expand Down

0 comments on commit 5c156d0

Please sign in to comment.