aboutsummaryrefslogtreecommitdiff
path: root/test/com/github (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-16Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord1-7/+7
2025-09-16Rename batch -> job-groupStefan van den Oord1-8/+8
2025-05-20Improve tx-report-queue sharing #7ire1-1/+1
2025-05-13Fix tx-report-queue sharing #7ire1-0/+2
2024-06-14#3 Add optional batch name to queue jobsStefan van den Oord1-0/+22
2022-11-18Release 0.2.63: Add support for :encode and :decode function. Add ↵Ivar Refsdal1-14/+84
:partition-fn. Fixes #1
2022-08-18Release 0.2.60Ivar Refsdal2-5/+18
Warn about not setting connection/socket-timeout when using clj-http https://github.com/ivarref/yoltq/issues/2 Add :healthy-allowed-error-time configuration option, default is 15 minutes
2022-06-22Release 0.2.56Ivar Refsdal1-8/+25
Fix line break issue? Added support for `:yoltq/queue-id` metadata on functions
2022-03-27Fix use current millis in the database, not nano offsetIvar Refsdal3-4/+109
2022-03-27Start use current millis in the database, not nano offsetIvar Refsdal1-4/+5
2022-03-27Add healthy?, queue-stats functions and default functions for ↵Ivar Refsdal1-1/+1
:on-system-error and :on-system-recovery
2021-09-27Add :valid-payload? functionIvar Refsdal1-0/+11
2021-09-24Clean test outputIvar Refsdal1-2/+3
2021-09-24Support :depends-on on queue levelIvar Refsdal1-0/+15
2021-09-24Be paranoid when persisting with pr-strIvar Refsdal1-0/+8
2021-09-23Document ordering and depends on as well as add licenseIvar Refsdal1-9/+5
2021-09-23Basic depends-on works for test queueIvar Refsdal2-1/+28
2021-09-23Add force-retry!Ivar Refsdal1-1/+2
2021-09-23To test-queue namespaceIvar Refsdal2-78/+78
2021-09-17Add consume-twice! test function for verifying idempotenceIvar Refsdal1-1/+10
2021-09-17Use [#'taoensso.timbre/*context*] as default :capture-bindings if presentIvar Refsdal2-6/+21
2021-09-17Capture-bindings worksIvar Refsdal1-4/+6
2021-09-17Start add bindings ...Ivar Refsdal1-1/+31