aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.2.57Ivar Refsdal2022-06-291-5/+28
| | | | Add get-errors and retry-one-error! as well as improve unhealthy?
* 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-291-0/+5
| | | | | | | | | | | | | | | | ... 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-281-1/+1
| | | | for config, also for `false`/`nil` values.
* Auto migration should run in the background and not interfere with pollingIvar Refsdal2022-03-271-1/+1
|
* Fix use current millis in the database, not nano offsetIvar Refsdal2022-03-271-2/+9
|
* Start use current millis in the database, not nano offsetIvar Refsdal2022-03-271-4/+4
|
* Add healthy?, queue-stats functions and default functions for ↵Ivar Refsdal2022-03-271-3/+29
| | | | :on-system-error and :on-system-recovery
* Basic depends-on works for test queueIvar Refsdal2021-09-231-5/+7
|
* Use [#'taoensso.timbre/*context*] as default :capture-bindings if presentIvar Refsdal2021-09-171-3/+4
|
* Start add bindings ...Ivar Refsdal2021-09-171-4/+6
|
* 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-141-2/+2
| | | | 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-141-0/+175
Add release script Release 0.1.3 Use com.github.ivarref.yoltq namespace Use com.github.ivarref.yoltq namespace