Skip to content

Releases: osl-incubator/retsu

0.3.0

18 Aug 04:00
Compare
Choose a tag to compare

0.3.0 (2024-08-18)

Features

  • Add initial support for async processes (#19) (7ce37d1)
  • Add wrap-up decorator for managing celery tasks (#20) (41c6fb3)

0.2.4

16 Aug 02:17
Compare
Choose a tag to compare

0.2.4 (2024-08-16)

Bug Fixes

  • Fix del and rename create_processes to setup (#18) (c4654d7)

0.2.3

16 Aug 00:50
Compare
Choose a tag to compare

0.2.3 (2024-08-16)

Bug Fixes

  • Fix function names and fix minor issues (#17) (f4cf368)

0.2.2

14 Aug 19:12
Compare
Choose a tag to compare

0.2.2 (2024-08-14)

Bug Fixes

  • Fix stopping workflow and refactor (#15) (5ab8f9b)

0.2.1

12 Aug 22:25
Compare
Choose a tag to compare

0.2.1 (2024-08-12)

Bug Fixes

0.2.0

29 Jun 00:57
Compare
Choose a tag to compare

0.2.0 (2024-06-29)

Features

0.1.1

20 Jun 02:05
Compare
Choose a tag to compare

0.1.1 (2024-06-20)

Bug Fixes

  • Fix get command in the result attribute, and add get_group_tasks (#11) (ff29334)

0.1.0

07 Jun 23:34
Compare
Choose a tag to compare

0.1.0 (2024-06-07)

Features

  • Add method create_task to the TaskManager class (07379b8)

0.0.4

31 May 03:56
Compare
Choose a tag to compare

0.0.4 (2024-05-31)

Bug Fixes

  • Improve the task metadata handling (#7) (476e0b4)

0.0.3

29 May 04:17
Compare
Choose a tag to compare

0.0.3 (2024-05-29)

Bug Fixes

  • Fix initial issues with the structure and the example (#5) (7d520f9)
  • wait for the celery task until the end of the execution. (#6) (f1ba586)