Releases: Flagsmith/flagsmith-task-processor
v1.3.3
v1.3.2
What's Changed
Starting from this release, there's no need to add task module imports to AppConfig
classes in your Django apps in order to make sure the tasks get registered on Task processor startup. The Task processor entrypoint performs autodiscovery for all tasks
modules of every app listed in INSTALLED_APPS
.
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- fix(monitoring): exclude locked and future scheduled tasks from monitoring by @matthewelwell in #21
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.2
What's Changed
- build(deps-dev): bump django from 4.2.16 to 4.2.18 in the pip group across 1 directory by @dependabot in #20
- fix(recurring-task): reduce update load on
task_processor_recurringtask
table by @matthewelwell in #23
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- feat: Add basic debug logging, remove "no tasks to process" spam from debug logs by @rolodato in #19
- build(deps-dev): bump virtualenv from 20.25.0 to 20.26.6 in the pip group across 1 directory by @dependabot in #18
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- fix(17): Add timeout to auto unlock recurring tasks by @gagantrivedi in #16
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
What's Changed
-
build(deps-dev): bump setuptools from 69.0.3 to 70.0.0 in the pip group across 1 directory by @dependabot in #9
-
build(deps): bump djangorestframework from 3.15.1 to 3.15.2 in the pip group across 1 directory by @dependabot in #10
-
build(deps): bump sqlparse from 0.4.4 to 0.5.0 in the pip group across 1 directory by @dependabot in #11
-
build(deps): bump sqlparse from 0.5.0 to 0.5.1 in the pip group across 1 directory by @dependabot in #13
-
deps: update django by @matthewelwell in #12
New Contributors
- @dependabot made their first contribution in #9
- @khvn26 made their first contribution in #15
Full Changelog: v1.0.2...v1.1.0
v1.0.1-debug
Debugging build to prevent checktaskprocessorthreadhealth
from exiting with an error code