aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.2.56Ivar Refsdal2022-06-221-10/+22
| | | | | | Fix line break issue? Added support for `:yoltq/queue-id` metadata on functions
* Release 0.2.55\nSet version numbers for change logIvar Refsdal2022-03-292-0/+8
| | | | | | | | | | | | | | | | ... Write new release script Write new release script Write new release script Release 0.2.55 Try squashing release ... Try squashing release ...
* 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 ↵Ivar Refsdal2022-03-282-2/+2
| | | | for config, also for `false`/`nil` values.
* 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 ↵Ivar Refsdal2022-03-272-9/+42
| | | | :on-system-error and :on-system-recovery
* 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
| | | | 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.
* Initial commitIvar Refsdal2021-09-149-0/+838
Add release script Release 0.1.3 Use com.github.ivarref.yoltq namespace Use com.github.ivarref.yoltq namespace