browsertrix/backend/btrixcloud/swarm
Ilya Kreymer 2531a03e41
fix stopping crawls + profiles: (fixes #298) (#309)
- regression fix: ensure correct signals are set to stop crawl (SIGUSER1 + SIGTERM)
- crawl stop: if crawl is still running after 60 seconds, allow signal to be resent
- regression fix: ensure crawling with profile is working in k8s
2022-09-09 18:31:43 -07:00
..
templates Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
__init__.py
base_job.py Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
crawl_job.py fix stopping crawls + profiles: (fixes #298) (#309) 2022-09-09 18:31:43 -07:00
profile_job.py
swarmmanager.py improvements / bug fixes for stop/cancel handling: (#279) 2022-06-29 17:47:25 -07:00
utils.py