Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Releases: Flagsmith/flagsmith-task-processor

v1.3.3

Choose a tag to compare

@khvn26 khvn26 released this 25 Mar 19:46
c2aaff2

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@khvn26 khvn26 released this 11 Mar 13:42
366274d

What's Changed

  • fix: tasks app modules not autodiscovered by @khvn26 in #27

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

Choose a tag to compare

@khvn26 khvn26 released this 28 Feb 13:54
fffd43b

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

Choose a tag to compare

@khvn26 khvn26 released this 28 Feb 13:50
966c02e

What's Changed

  • feat: Add HTTP server, remove unhealthy thread monitoring in favour of logging by @khvn26 in #25

Full Changelog: v1.2.2...v1.3.0

v1.2.2

Choose a tag to compare

@khvn26 khvn26 released this 25 Feb 10:33
c833e22

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

Choose a tag to compare

@matthewelwell matthewelwell released this 18 Feb 10:05
21cf8ac

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

Choose a tag to compare

@gagantrivedi gagantrivedi released this 14 Jan 05:03
4722bf1

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@khvn26 khvn26 released this 05 Dec 13:13
f92adfd

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@khvn26 khvn26 released this 04 Dec 16:00
60a1c3e

What's Changed

  • feat: Log task run errors at ERROR level by @khvn26 in #15

  • 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

Full Changelog: v1.0.2...v1.1.0

v1.0.1-debug

Choose a tag to compare

@matthewelwell matthewelwell released this 27 Aug 16:45

Debugging build to prevent checktaskprocessorthreadhealth from exiting with an error code