browsertrix/backend
Ilya Kreymer 71842be94a backend: k8s setup minor tweaks:
- add 'emptyDir' volume for crawl directory (to allow any pod restarts to have access to the data)
- rename minio and redis volumes to avoid any confusion
- add pod termination grace-period (default to 600 secs)
2022-02-08 15:52:57 -08:00
..
archives.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
colls.py
crawlconfigs.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
crawls.py backend: use redis to mark crawls as canceled immediately, avoid dupes in crawl list (even if paging is added for db results) 2022-02-01 15:58:56 -08:00
db.py
Dockerfile
dockerman.py backend: use redis to mark crawls as canceled immediately, avoid dupes in crawl list (even if paging is added for db results) 2022-02-01 15:58:56 -08:00
emailsender.py
invites.py
k8sman.py backend: k8s setup minor tweaks: 2022-02-08 15:52:57 -08:00
main.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
requirements.txt Presign and replay (#127) 2022-01-31 17:02:15 -08:00
scheduler.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
storages.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
users.py Presign and replay (#127) 2022-01-31 17:02:15 -08:00