aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-16Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord1-3/+3
2025-09-16Rename batch -> job-groupStefan van den Oord1-3/+3
2025-05-26Be paranoid #7ire1-27/+27
2025-05-21Misc #7ire1-1/+1
2025-05-21Doc. Return true/false if queues were stopped or not #7ire1-46/+100
2025-05-21Small fixes #7ire1-43/+43
2025-05-21Doc rationale for waiting for multicaster thread. Handle :end token in report...ire1-40/+51
2025-05-20Improve tx-report-queue sharing #7ire1-60/+282
2025-05-13Fix tx-report-queue sharing #7ire1-9/+124
2024-06-14#3 Add optional batch name to queue jobsStefan van den Oord1-1/+4
2023-03-20Release 0.2.64: Allow for infinitive retriesIvar Refsdal1-6/+11
2022-11-18Release 0.2.63: Add support for :encode and :decode function. Add :partition-...Ivar Refsdal2-37/+59
2022-08-18Release 0.2.60Ivar Refsdal1-14/+22
2022-08-15Release 0.2.59Ivar Refsdal1-15/+23
2022-06-30Release 0.2.58Ivar Refsdal1-2/+10
2022-03-29Release 0.2.55\nSet version numbers for change logIvar Refsdal1-0/+3
2022-03-28Don't OOM on migrating large datasets. Always prefer user specified value for...Ivar Refsdal1-1/+1
2022-03-27Auto migration should run in the background and not interfere with pollingIvar Refsdal1-9/+16
2022-03-27Fix use current millis in the database, not nano offsetIvar Refsdal2-2/+62
2022-03-27Start use current millis in the database, not nano offsetIvar Refsdal7-36/+45
2022-03-27Add healthy?, queue-stats functions and default functions for :on-system-erro...Ivar Refsdal1-6/+13
2021-09-27Add :valid-payload? functionIvar Refsdal1-0/+4
2021-09-27SimplifyIvar Refsdal1-6/+6
2021-09-27Better error reportingIvar Refsdal1-1/+1
2021-09-24Support :depends-on on queue levelIvar Refsdal1-3/+8
2021-09-24Be paranoid when persisting with pr-strIvar Refsdal1-6/+17
2021-09-23Basic depends-on seems to workIvar Refsdal3-9/+14
2021-09-23Basic depends-on works for test queueIvar Refsdal3-22/+57
2021-09-23Add force-retry!Ivar Refsdal2-30/+21
2021-09-23To test-queue namespaceIvar Refsdal1-3/+2
2021-09-17Add consume-twice! test function for verifying idempotenceIvar Refsdal1-1/+36
2021-09-17Start add bindings ...Ivar Refsdal4-43/+61
2021-09-17Save bindings on putIvar Refsdal1-3/+9
2021-09-17Add consume-expect!Ivar Refsdal1-10/+78
2021-09-14Add ability to measure time spent on transacting vs. total time spent. Using ...Ivar Refsdal1-4/+11