Skip to content

Releases: johnjerrico/hantu

bugfix panic

27 Apr 06:53
fbb276a
Compare
Choose a tag to compare
Bugfix/panic (#10)

* safe guard cancellation

* bugfix duplicate job

* bugfix panic when function not exists

* bugfix deadlock due to transaction

* handle panic

---------

Co-authored-by: johannes.wijaya <[email protected]>

deadlock bugfix

23 Apr 03:06
4a3b406
Compare
Choose a tag to compare
Bugfix/deadlock (#9)

* safe guard cancellation

* bugfix duplicate job

* bugfix panic when function not exists

* bugfix deadlock due to transaction

---------

Co-authored-by: johannes.wijaya <[email protected]>

bugfix panic on nil worker

29 Mar 05:16
a5038ff
Compare
Choose a tag to compare
Bugfix/panic nil function (#8)

* safe guard cancellation

* bugfix duplicate job

* bugfix panic when function not exists

---------

Co-authored-by: johannes.wijaya <[email protected]>

bugfix duplicate

23 Mar 04:49
7b5beff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

bugfix cancellation (panic)

20 Mar 12:26
efe5cd1
Compare
Choose a tag to compare
Bugfix/cancellation (#6)

* add job counter

* add checksum worker registration limit

* safe guard cancellation

---------

Co-authored-by: johannes.wijaya <[email protected]>

checksum limit

03 Feb 07:30
55b4662
Compare
Choose a tag to compare
Bugfix/checksum limit (#5)

* add job counter

* add checksum worker registration limit

---------

Co-authored-by: johannes.wijaya <[email protected]>

enhance job counter

02 Feb 02:40
1cbdc15
Compare
Choose a tag to compare
add job counter (#4)

Co-authored-by: johannes.wijaya <[email protected]>

bugfix concurrency

31 Jan 10:13
666d66e
Compare
Choose a tag to compare
Merge pull request #3 from johnjerrico/bugfix/conccurency

bugfix concurrent write on function call

minor bugfix

31 Jan 09:38
86a35e8
Compare
Choose a tag to compare
Merge pull request #2 from johnjerrico/bugfix/duplicate_queue

bugfix duplicate queue

Improve Data Passing

30 Jan 06:15
0ea5a44
Compare
Choose a tag to compare

remove unnecessary parsing while passing request to the worker