aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve naming: job-group is a keyword, so don't include "-name"Stefan van den Oord2025-09-161-10/+10
|
* Rename batch -> job-groupStefan van den Oord2025-09-161-7/+7
|
* Merge branch 'main' into batches-of-jobsStefan van den Oord2025-09-091-11/+135
|\
| * Doc #7ire2025-05-211-1/+2
| |
| * Misc #7ire2025-05-211-2/+2
| |
| * Doc. Return true/false if queues were stopped or not #7ire2025-05-211-4/+19
| |
| * Small fixes #7ire2025-05-211-6/+45
| |
| * Fix tx-report-queue sharing #7ire2025-05-131-14/+72
| |
| * Fix reflection warningsire2025-05-131-7/+18
| |
* | #3 Add optional batch name to queue jobsStefan van den Oord2024-06-141-0/+23
|/
* Release 0.2.64: Allow for infinitive retriesIvar Refsdal2023-03-201-2/+5
|
* Release 0.2.62: Add function processing-time-statsIvar Refsdal2022-11-151-2/+62
|
* Release 0.2.61Ivar Refsdal2022-09-071-1/+48
| | | | Add function retry-stats
* Release 0.2.60Ivar Refsdal2022-08-181-4/+10
| | | | | | 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
* Release 0.2.59Ivar Refsdal2022-08-151-49/+72
| | | | Fix slow thread watcher race condition when used with stop! https://github.com/ivarref/yoltq/issues/2
* 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