Skip to content

Releases: arteria/django-background-tasks

1.1.13

24 Jan 13:28
Compare
Choose a tag to compare
  • Ensure that Task repetitions are created only in the future, fixed #126, #115

1.1.12

10 Nov 13:42
Compare
Choose a tag to compare
  • Limit length of indexed fields to 190, fixed #116

1.1.11

08 Aug 14:20
Compare
Choose a tag to compare
  • Initialize ThreadPools only if/when needed. #110

1.1.10

08 Aug 14:24
Compare
Choose a tag to compare
  • FIXED: AttributeError: module 'signal' has no attribute 'SIGTSTP'

1.1.9

20 Apr 15:01
Compare
Choose a tag to compare
  • Error on process_tasks command #95 [FIXED]

1.1.8

20 Apr 15:01
Compare
Choose a tag to compare
  • Added missing Migrations #91
  • manage time to wait with POSIX signals

1.1.6

29 Mar 09:10
Compare
Choose a tag to compare
  • Improved overall performance and stability
  • Fixed DB race conditions during multi threading
  • Improved admin site by adding the following attributes to list_display
    • has_error: shows whether an error occurred when running a task
    • locked_by
    • locked_by_pid_running: shows whether the locked_by PID is sill running
  • Improved thread pool scheduling

1.1.0rc3

17 Nov 10:25
Compare
Choose a tag to compare
1.1.0rc3 Pre-release
Pre-release
  • add related_name to Tasks. creator_content_type ForeignKey

1.1.0rc2

16 Nov 15:48
Compare
Choose a tag to compare
1.1.0rc2 Pre-release
Pre-release

1.1.0rc1

09 Nov 15:02
Compare
Choose a tag to compare
1.1.0rc1 Pre-release
Pre-release

Model changes (please make migrations and migrate when updating):

  • Add verbose_name, creator, repeat, and repeat_until fields to Task and CompletedTask

Additional changes: