aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq/impl.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord2025-09-161-3/+3
|
* Rename batch -> job-groupStefan van den Oord2025-09-161-3/+3
|
* #3 Add optional batch name to queue jobsStefan van den Oord2024-06-141-1/+4
|
* Release 0.2.63: Add support for :encode and :decode function. Add ↵Ivar Refsdal2022-11-181-36/+59
| | | | :partition-fn. Fixes #1
* Release 0.2.58Ivar Refsdal2022-06-301-2/+10
| | | | Document limitations, alternatives. Improve pr-str usage
* Fix use current millis in the database, not nano offsetIvar Refsdal2022-03-271-2/+4
|
* Start use current millis in the database, not nano offsetIvar Refsdal2022-03-271-7/+7
|
* 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-231-2/+3
|
* Basic depends-on works for test queueIvar Refsdal2021-09-231-10/+41
|
* Add force-retry!Ivar Refsdal2021-09-231-1/+1
|
* Save bindings on putIvar Refsdal2021-09-171-3/+9
|
* Add ability to measure time spent on transacting vs. total time spent. Using ↵Ivar Refsdal2021-09-141-4/+11
| | | | 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/+147
Add release script Release 0.1.3 Use com.github.ivarref.yoltq namespace Use com.github.ivarref.yoltq namespace