aboutsummaryrefslogtreecommitdiff
path: root/src/com/github (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord2025-09-162-13/+13
* Rename batch -> job-groupStefan van den Oord2025-09-162-10/+10
* Merge branch 'main' into batches-of-jobsStefan van den Oord2025-09-092-29/+555
|\
| * Be paranoid #7ire2025-05-261-27/+27
| * Doc #7ire2025-05-211-1/+2
| * Misc #7ire2025-05-212-3/+3
| * Doc. Return true/false if queues were stopped or not #7ire2025-05-212-50/+119
| * Small fixes #7ire2025-05-212-49/+88
| * Doc rationale for waiting for multicaster thread. Handle :end token in report...ire2025-05-211-40/+51
| * Improve tx-report-queue sharing #7ire2025-05-201-60/+282
| * Fix tx-report-queue sharing #7ire2025-05-132-23/+196
| * Fix reflection warningsire2025-05-131-7/+18
* | #3 Add optional batch name to queue jobsStefan van den Oord2024-06-142-1/+27
|/
* Release 0.2.64: Allow for infinitive retriesIvar Refsdal2023-03-202-8/+16
* Release 0.2.63: Add support for :encode and :decode function. Add :partition-...Ivar Refsdal2022-11-182-37/+59
* Release 0.2.62: Add function processing-time-statsIvar Refsdal2022-11-151-2/+62
* Release 0.2.61•••Add function retry-stats Ivar Refsdal2022-09-071-1/+48
* Release 0.2.60•••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 Ivar Refsdal2022-08-182-18/+32
* Release 0.2.59•••Fix slow thread watcher race condition when used with stop! https://github.com/ivarref/yoltq/issues/2 Ivar Refsdal2022-08-152-64/+95
* Release 0.2.58•••Document limitations, alternatives. Improve pr-str usage Ivar Refsdal2022-06-301-2/+10
* Release 0.2.57•••Add get-errors and retry-one-error! as well as improve unhealthy? Ivar Refsdal2022-06-291-5/+28
* Release 0.2.56•••Fix line break issue? Added support for `:yoltq/queue-id` metadata on functions Ivar Refsdal2022-06-221-10/+22
* Release 0.2.55\nSet version numbers for change log•••... Write new release script Write new release script Write new release script Release 0.2.55 Try squashing release ... Try squashing release ... Ivar Refsdal2022-03-292-0/+8
* Another bugfix: schedules should be using milliseconds and not nanoseconds.Ivar Refsdal2022-03-281-2/+2
* Don't OOM on migrating large datasets. Always prefer user specified value for...Ivar Refsdal2022-03-282-2/+2
* Auto migration should run in the background and not interfere with pollingIvar Refsdal2022-03-272-10/+17
* Fix use current millis in the database, not nano offsetIvar Refsdal2022-03-273-4/+71
* Start use current millis in the database, not nano offsetIvar Refsdal2022-03-278-40/+49
* Add healthy?, queue-stats functions and default functions for :on-system-erro...Ivar Refsdal2022-03-272-9/+42
* Add :valid-payload? functionIvar Refsdal2021-09-271-0/+4
* SimplifyIvar Refsdal2021-09-271-6/+6
* Better error reportingIvar Refsdal2021-09-271-1/+1
* Support :depends-on on queue levelIvar Refsdal2021-09-241-3/+8
* Be paranoid when persisting with pr-strIvar Refsdal2021-09-241-6/+17
* Basic depends-on seems to workIvar Refsdal2021-09-233-9/+14
* Basic depends-on works for test queueIvar Refsdal2021-09-234-27/+64
* Add force-retry!Ivar Refsdal2021-09-232-30/+21
* To test-queue namespaceIvar Refsdal2021-09-231-3/+2
* Add consume-twice! test function for verifying idempotenceIvar Refsdal2021-09-171-1/+36
* Use [#'taoensso.timbre/*context*] as default :capture-bindings if presentIvar Refsdal2021-09-171-3/+4
* Start add bindings ...Ivar Refsdal2021-09-175-47/+67
* Save bindings on putIvar Refsdal2021-09-171-3/+9
* Add consume-expect!Ivar Refsdal2021-09-171-10/+78
* Only keep handlers from old configIvar Refsdal2021-09-151-1/+1
* Only keep handlers from old configIvar Refsdal2021-09-141-6/+6
* Add ability to measure time spent on transacting vs. total time spent. Using ...Ivar Refsdal2021-09-142-6/+13
* Initial commit•••Add release script Release 0.1.3 Use com.github.ivarref.yoltq namespace Use com.github.ivarref.yoltq namespace Ivar Refsdal2021-09-149-0/+838