aboutsummaryrefslogtreecommitdiff
path: root/src/com/github (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-16Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord2-13/+13
2025-09-16Rename batch -> job-groupStefan van den Oord2-10/+10
2025-05-26Be paranoid #7ire1-27/+27
2025-05-21Doc #7ire1-1/+2
2025-05-21Misc #7ire2-3/+3
2025-05-21Doc. Return true/false if queues were stopped or not #7ire2-50/+119
2025-05-21Small fixes #7ire2-49/+88
2025-05-21Doc rationale for waiting for multicaster thread. Handle :end token in ↵ire1-40/+51
report-queue-listener #7
2025-05-20Improve tx-report-queue sharing #7ire1-60/+282
2025-05-13Fix tx-report-queue sharing #7ire2-23/+196
2025-05-13Fix reflection warningsire1-7/+18
2024-06-14#3 Add optional batch name to queue jobsStefan van den Oord2-1/+27
2023-03-20Release 0.2.64: Allow for infinitive retriesIvar Refsdal2-8/+16
2022-11-18Release 0.2.63: Add support for :encode and :decode function. Add ↵Ivar Refsdal2-37/+59
:partition-fn. Fixes #1
2022-11-15Release 0.2.62: Add function processing-time-statsIvar Refsdal1-2/+62
2022-09-07Release 0.2.61Ivar Refsdal1-1/+48
Add function retry-stats
2022-08-18Release 0.2.60Ivar Refsdal2-18/+32
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-08-15Release 0.2.59Ivar Refsdal2-64/+95
Fix slow thread watcher race condition when used with stop! https://github.com/ivarref/yoltq/issues/2
2022-06-30Release 0.2.58Ivar Refsdal1-2/+10
Document limitations, alternatives. Improve pr-str usage
2022-06-29Release 0.2.57Ivar Refsdal1-5/+28
Add get-errors and retry-one-error! as well as improve unhealthy?
2022-06-22Release 0.2.56Ivar Refsdal1-10/+22
Fix line break issue? Added support for `:yoltq/queue-id` metadata on functions
2022-03-29Release 0.2.55\nSet version numbers for change logIvar Refsdal2-0/+8
... Write new release script Write new release script Write new release script Release 0.2.55 Try squashing release ... Try squashing release ...
2022-03-28Another bugfix: schedules should be using milliseconds and not nanoseconds.Ivar Refsdal1-2/+2
2022-03-28Don't OOM on migrating large datasets. Always prefer user specified value ↵Ivar Refsdal2-2/+2
for config, also for `false`/`nil` values.
2022-03-27Auto migration should run in the background and not interfere with pollingIvar Refsdal2-10/+17
2022-03-27Fix use current millis in the database, not nano offsetIvar Refsdal3-4/+71
2022-03-27Start use current millis in the database, not nano offsetIvar Refsdal8-40/+49
2022-03-27Add healthy?, queue-stats functions and default functions for ↵Ivar Refsdal2-9/+42
:on-system-error and :on-system-recovery
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 Refsdal4-27/+64
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-17Use [#'taoensso.timbre/*context*] as default :capture-bindings if presentIvar Refsdal1-3/+4
2021-09-17Start add bindings ...Ivar Refsdal5-47/+67
2021-09-17Save bindings on putIvar Refsdal1-3/+9
2021-09-17Add consume-expect!Ivar Refsdal1-10/+78
2021-09-15Only keep handlers from old configIvar Refsdal1-1/+1
2021-09-14Only keep handlers from old configIvar Refsdal1-6/+6
2021-09-14Add ability to measure time spent on transacting vs. total time spent. Using ↵Ivar Refsdal2-6/+13
transactor with a real postgres database, one CPU and an no-op identity queue consumer, transacting accounts for about 99.5% of the total time used.