browsertrix/backend/btrixcloud
Ilya Kreymer fd7e81b8b7
stopping fix: backend fixes for #836 + prep for additional status fields (#837)
* stopping fix: backend fixes for #836
- sets 'stopping' field on crawl when crawl is being stopped (both via db and on k8s object)
- k8s: show 'stopping' as part of crawljob object, update subchart
- set 'currCrawlStopping' on workflow
- support old and new browsertrix-crawler stopping keys
- tests: add tests for new stopping state, also test canceling crawl (disable test for stopping crawl, currently failing)
- catch redis error when getting stats

operator: additional optimizations:
- run pvc removal as background task
- catch any exceptions in finalizer stage (eg. if db is down), return false until finalizer completes
2023-05-08 14:02:20 -07:00
..
migrations Update precompute migration to only update active workflows (#833) 2023-05-05 21:35:03 -07:00
templates Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
__init__.py
colls.py Update collections backend API (#759) 2023-04-14 12:17:18 -04:00
crawlconfigs.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
crawlmanager.py Ensure Volumes are deleted when crawl is canceled (#828) 2023-05-05 12:05:54 -07:00
crawls.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
db.py Pre-compute workflow last crawl information (#812) 2023-05-05 15:12:52 -07:00
emailsender.py
invites.py
k8sapi.py Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
main_op.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
main_scheduled_job.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
main.py Pre-compute workflow last crawl information (#812) 2023-05-05 15:12:52 -07:00
operator.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
orgs.py Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
pagination.py
profiles.py
storages.py Add crawl /log API endpoint 2023-04-11 11:51:17 -04:00
users.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
utils.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
version.py version: bump version to 1.5.0-beta.1 2023-05-06 00:31:03 -07:00
zip.py Add crawl /log API endpoint 2023-04-11 11:51:17 -04:00