browsertrix/frontend/src
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
..
__generated__ Optimizing Frontend Dockerfile (#60) 2021-12-05 18:39:45 -08:00
__mocks__ Initial list of crawls (#105) 2022-01-27 19:28:19 -08:00
components Display & edit crawl schedule in user local time (#271) 2022-06-27 13:01:20 -07:00
pages improvements / bug fixes for stop/cancel handling: (#279) 2022-06-29 17:47:25 -07:00
types Add admin page for inviting users (#56) 2021-12-05 15:23:28 -08:00
utils Display & edit crawl schedule in user local time (#271) 2022-06-27 13:01:20 -07:00
index.ejs Disable error tracking in prod (#182) 2022-03-04 16:17:05 -08:00
index.test.ts Add admin page for inviting users (#56) 2021-12-05 15:23:28 -08:00
index.ts View and edit browser profile (#214) 2022-04-19 10:44:21 -07:00
routes.ts View and edit browser profile (#218) 2022-04-23 20:12:16 -07:00
shoelace.ts Show invite message to super admin & layout fixes (#181) 2022-03-02 18:09:26 -08:00
theme.ts