Skip to content
Snippets Groups Projects
Commit 40b725cb authored by totten's avatar totten
Browse files

framework/queues - Add "History" subsection

parent a62d5c1a
No related branches found
No related tags found
No related merge requests found
......@@ -192,3 +192,8 @@ If your queue uses `runAll()` and is triggered by a Scheduled Job then you need
You may choose to run this separately from the normal CiviCRM cron if your queue is large, so that it doesn't get in the way of other tasks that may be more time dependent.
### Appendix: History
* __v4.2__: Introduce `CRM_Queue` subsystem, including the `CRM_Queue_Service`, the single-threaded `CRM_Queue_Runner`, and the `Sql`/`Memory` drivers.
* __v5.28__: Add `SqlParallel` driver.
* __v5.47__: Add `Civi::queue()` helper and preliminary support for persistent queues (`civicrm_queue`, `Civi\Api4\Queue`, `is_persistent`).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment