browsertrix/backend/btrixcloud/k8s
Ilya Kreymer 2717a60763
improvements / bug fixes for stop/cancel handling: (#279)
- only send signal if stopping, no need for canceling as pods/containers will be removed
- refactor stop/cancel handling to be unified in manager, separate in job
- when stopping / graceful shutdown, return false if sending signal fails
- return success=true in json response if and only if stop/cancel actually succeeds, return 'error' message in error, should fix #270
- allow canceling after stopping / if stopping fails
- ensure finished time is set in case of cancelation before crawl starts, should fix #273
2022-06-29 17:47:25 -07:00
..
templates Affinity + Tolerations + Cleanup Crawl Job (#256) 2022-06-10 19:21:37 -07:00
__init__.py refactoring to use statefulsets + job (#245) 2022-06-05 10:37:17 -07:00
base_job.py Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
crawl_job.py improvements / bug fixes for stop/cancel handling: (#279) 2022-06-29 17:47:25 -07:00
k8sapi.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00
k8sman.py improvements / bug fixes for stop/cancel handling: (#279) 2022-06-29 17:47:25 -07:00
profile_job.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00
utils.py improvements / bug fixes for stop/cancel handling: (#279) 2022-06-29 17:47:25 -07:00