browsertrix/backend/btrixcloud
Tessa Walsh 661e5d9fae
Fix issue with failed background job emails not being sent (#2187)
Fixes #2186 

Background job emails will no longer fail to send for jobs unrelated to
file replication or replica deletion.

Also uses `AnyJob` for paginated background job response model, to fix
typing being out of data following addition of other types of background
jobs and lower overhead for adding new ones moving forward.
2024-11-27 17:00:35 -08:00
..
migrations
operator
__init__.py
auth.py
background_jobs.py Move org storage recalculation into background job (#2138) 2024-11-19 17:32:57 -05:00
basecrawls.py switch to simpler streaming download + multiwacz metadata improvements: (#1982) 2024-10-03 16:13:31 -07:00
colls.py switch to simpler streaming download + multiwacz metadata improvements: (#1982) 2024-10-03 16:13:31 -07:00
crawlconfigs.py Fix nightly tests: modify kubectl exec syntax for creating new minio bucket (#2097) 2024-10-21 17:41:19 -07:00
crawlmanager.py Move org storage recalculation into background job (#2138) 2024-11-19 17:32:57 -05:00
crawls.py switch to simpler streaming download + multiwacz metadata improvements: (#1982) 2024-10-03 16:13:31 -07:00
db.py
emailsender.py
invites.py fix: firstOrgAdmin being set to true even if invite was not for an admin (#2110) 2024-10-08 16:42:30 -07:00
k8sapi.py
main_bg.py Move org storage recalculation into background job (#2138) 2024-11-19 17:32:57 -05:00
main_op.py Consolidate ops class initialization (#2117) 2024-10-30 15:33:22 -04:00
main.py Update Webrecorder.net links (#2120) 2024-10-31 16:33:54 -04:00
models.py Fix issue with failed background job emails not being sent (#2187) 2024-11-27 17:00:35 -08:00
ops.py Consolidate ops class initialization (#2117) 2024-10-30 15:33:22 -04:00
orgs.py 1.12.2 release -> main (#2181) 2024-11-26 11:17:07 -08:00
pages.py
pagination.py
profiles.py
storages.py 1.12.2 release -> main (#2181) 2024-11-26 11:17:07 -08:00
subs.py
uploads.py
users.py
utils.py
version.py version: bump to 1.13.0-beta.0 2024-10-10 11:38:13 -07:00
webhooks.py