Skip to content
Snippets Groups Projects
Commit 9804a1ee authored by Jae-Joon Lee's avatar Jae-Joon Lee
Browse files

add additiona spherex=1 resource

parent 2fa4d529
Branches
Tags
No related merge requests found
......@@ -70,7 +70,8 @@ releases_info["releases"].append(dict(release_name="kasi20211021pre01",
release_date="2021-10-21",
api_prefix=api_prefix))
@serve.deployment(route_prefix=api_prefix)
# the immediate results is an astropy table, so we need this actor on spherex=1
@serve.deployment(route_prefix=api_prefix, ray_actor_options=ray_actor_options)
class ReleaseHandler:
def __init__(self, qc_handle):
self.qc_handle = qc_handle
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment