tubearchivist/tubearchivist/home/src/es
Simon 9366b8eab9
Feature beat model (#713)
* add django-celery-beat

* implement schedule migration

* fix version_check migration

* remove old schedule init

* better schedule migration

* fix task_config migration

* show task config on settings page

* fix notify url builder

* refactor celery initiation

* fix get task

* fix scheduler mig

* fix linter

* better task_config store on periodic task

* save new schedules

* fix task_config extraction from custom model

* implement auto schedule

* implement schedule delete

* refactor notifications to ES config storage

* downgrade redis

* better notification migration to ES

* add notification url handling

* fix worker start

* fix docs spelling

* don't resend form data on notification refresh

* fix type hints

* move TASK_CONFIG to separate module

* fix partial task config imports

* fix yt_obs typing

* delete schedule

* remove outdated instructions

* create initial schedules

* fix reindex days config key

* fix doc string

* unregister BeatModels
2024-05-09 20:22:36 +07:00
..
__init__.py major refactor, split up modules 2022-01-22 22:13:37 +07:00
backup.py Feature beat model (#713) 2024-05-09 20:22:36 +07:00
connect.py fix black linting 2024-01-27 10:26:23 +07:00
index_mapping.json fix add missining playlist_entries mappings, #605 2023-11-20 14:02:49 +07:00
index_setup.py fix backup for empty index 2023-10-07 09:05:17 +07:00
snapshot.py move ES_SNAPSHOT_DIR to EnvironmentSettings 2023-10-28 15:25:57 +07:00