8000 Ray kill actor API is a GET request · Issue #18411 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Ray kill actor API is a GET request #18411
Open
@tchordia

Description

@tchordia

What is the problem?

  1. @routes.get("/logical/kill_actor")
    async def kill_actor(self, req) -> aiohttp.web.Response:
    try:
    actor_id = req.query["actorId"]
    ip_address = req.query["ipAddress"]
    port = req.query["port"]

The Dashboard API to kill an actor is a GET request. This should be a POST or a DELETE since it is making state changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issue, but not time-criticalbugSomething that is supposed to be working; but isn'tdashboardIssues specific to the Ray Dashboard

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0