Releases: johnjerrico/hantu
Releases · johnjerrico/hantu
bugfix panic
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
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
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
bugfix cancellation (panic)
Bugfix/cancellation (#6) * add job counter * add checksum worker registration limit * safe guard cancellation --------- Co-authored-by: johannes.wijaya <[email protected]>
checksum limit
Bugfix/checksum limit (#5) * add job counter * add checksum worker registration limit --------- Co-authored-by: johannes.wijaya <[email protected]>
enhance job counter
add job counter (#4) Co-authored-by: johannes.wijaya <[email protected]>
bugfix concurrency
Merge pull request #3 from johnjerrico/bugfix/conccurency bugfix concurrent write on function call
minor bugfix
Merge pull request #2 from johnjerrico/bugfix/duplicate_queue bugfix duplicate queue
Improve Data Passing
remove unnecessary parsing while passing request to the worker