Skip to content

Releases: openpolis/django-uwsgi-taskmanager

Deprecated slackclient substituted by slack_sdk

15 Jan 20:46
Compare
Choose a tag to compare

Also, some failing tests were corrected.

ugettext_lazy and pytz errors in tests fixed

15 Jan 20:41
Compare
Choose a tag to compare

Some tests failed on django 3, with python 3.8.
Errors were accordingly fixed.

Slack notifications use slack_sdk

15 Jan 20:04
Compare
Choose a tag to compare

The slackclient package has been dprecated and it has now been substituted by the slack_sdk client.

v2.2.14 patch

06 Oct 18:32
47266fd
Compare
Choose a tag to compare

Patch to fix restart_despooled_tasks management task
substituting non-existing start method with launch.

restart_despooled_tasks

01 Oct 17:47
59fddfb
Compare
Choose a tag to compare

restart_despooled_tasks management task added, in order to manually restart
those tasks in a SPOOLED state, but with no spooler file;
closes #28

v2.2.12

04 May 19:55
92ddca0
Compare
Choose a tag to compare

Fix a nasty bug on errors happening duroing emit_notifications, after the task was executed

Bug on comparison of datetimes with dihomogeneous timezones fixed

10 Apr 10:11
021a54d
Compare
Choose a tag to compare

Fixed bug in next ride computation for monthly periodicity

10 Apr 09:36
78500fc
Compare
Choose a tag to compare
v2.2.10

Bump version: 2.2.9 → 2.2.10

Fixes Database Error issue

18 Mar 14:33
62adc86
Compare
Choose a tag to compare

This fixes a DatabaseError stemming from a race condition when saving the report.

Monthly scheduling fixed

15 Mar 13:22
9d16110
Compare
Choose a tag to compare

This release fixes an error on monthly scheduling causing an infinite loop of task executions.