Skip to content

Releases: taylorchu/work

v0.2.9

26 Sep 17:07
c39a411
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

10 Jul 22:25
a1a12e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

25 May 19:44
ba9e578
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

20 Apr 03:24
3a4ed1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Mar 16:59
92f53f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

17 Feb 01:34
6f9b4e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Jan 17:40
e698562
Compare
Choose a tag to compare
  • remove unused helper functions:
    • AddDequeueMiddleware
    • AddHandleMiddleware
    • WithPayload
  • refactor http package
  • update deps + test suite

v0.2.2

24 Dec 17:38
a38200a
Compare
Choose a tag to compare
  • add http server
    • allow enqueuing from programming languages that support http protocol
    • integrate with keda

v0.2.1

26 Sep 21:33
6a41d8f
Compare
Choose a tag to compare
  • heartbeater middleware: when running a long job, instead of moving the scheduled_at time to very far into the future (like 12h), it is now possible to set it to near future at certain intervals (like 30s every 10s). This prevents the case where the worker crashes and we need to wait for the job's next execution time (like 12h).

v0.2.0

07 Aug 22:22
f48342b
Compare
Choose a tag to compare
  • promote RedisQueue interface