Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs purge fails if too many jobs are being deleted (URI is too large) #295

Closed
gschueler opened this issue Mar 18, 2020 · 0 comments
Closed
Labels

Comments

@gschueler
Copy link
Member

Using rd jobs purge with a query and attempting to delete too many jobs at once causes an error 414: URI is too large from the server.

The request is doing a DELETE with url params containing all job IDs to delete, the request should use JSON body and POST method.

@gschueler gschueler added the bug label Mar 18, 2020
gschueler added a commit that referenced this issue Mar 19, 2020
Fix #295 URI too large error for jobs bulk delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant