browsertrix/backend
Tessa Walsh 1afc411114
Implement retry API endpoint for failed background jobs (#1356)
Fixes #1328 

- Adds /retry endpoint for retrying failed jobs.
- Returns 400 error if previous job still running or has succeeded
- Keeps track of previous failed attempts in previousAttempts array on failed job.
- Also amends the similar webhook /retry endpoint to use `POST` for consistency.
- Remove duplicate api tag for backgroundjobs
2023-11-09 18:09:37 -08:00
..
btrixcloud Implement retry API endpoint for failed background jobs (#1356) 2023-11-09 18:09:37 -08:00
test Implement retry API endpoint for failed background jobs (#1356) 2023-11-09 18:09:37 -08:00
test_nightly Crawl Timeout via elapsed time (#1338) 2023-11-06 16:32:58 -08:00
.pylintrc
Dockerfile
mypy.ini Improved type checking for backend with mypy (#1174) 2023-09-13 19:40:26 -07:00
requirements.txt Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
test-requirements.txt Add slugs to org backend (#1250) 2023-10-10 18:30:09 -07:00