Page MenuHomePhabricator

quarry.wmcloud.org POST request to /api/query/stop does not work with queued queries
Closed, DuplicatePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Go to any query like https://quarry.wmcloud.org/query/82813
  • Submit it, get Query status: queued
  • click on Stop Query
    • POST request to /api/query/stop with payload query_database=itwikivoyage_p&qrun_id=861907

What happens?:
I got <html>

<head>
  <title>Internal Server Error</title>
</head>
<body>
  <h1><p>Internal Server Error</p></h1>
  
</body>

</html>

What should have happened instead?:
the query should stop

Event Timeline

Oudedutchman renamed this task from quarry.wmcloud.org POST request to /api/query/stop does not work to quarry.wmcloud.org POST request to /api/query/stop does not work with queued queries.May 14 2024, 10:21 AM