Skip to content

Commit

Permalink
add upper limit to ray
Browse files Browse the repository at this point in the history
HTTP Proxy Health Checks were added in ray 2.5, which by default kill
the job if the http proxy isn't up in 5 seconds. Kazu takes a lot longer
than this, and setting the environment variables to override this is a
bit of a pain for our setup - just downgrading for now until we decide
how exactly we want to solve this.
  • Loading branch information
EFord36 committed Aug 7, 2023
1 parent 6ad1973 commit 9740cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repository = "https://github.com/AstraZeneca/KAZU"
webserver = [
"fastapi<0.99.0", # newer than this breaks our 'examples' in the Swagger page
"pydantic<2.0",
"ray[serve]>=1.10.0",
"ray[serve]>=1.10.0,<2.5",
"PyJWT>=2.0.0",
]
typed = [
Expand Down

0 comments on commit 9740cfb

Please sign in to comment.