CRM_Queue_Service - Add support for persistent queues
authorTim Otten <totten@civicrm.org>
Sat, 29 Jan 2022 06:17:45 +0000 (22:17 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 1 Feb 2022 01:15:17 +0000 (17:15 -0800)
commit26c709564c1e4df78a7269b947d680e314ed3505
tree8648f4bb074e241293adb3e07b5015af86e8793e
parentff61f86953cabfb7dc5f3b2b16d5172552fd835c
CRM_Queue_Service - Add support for persistent queues

Before:

* `CRM_Queue_Service::create()` traditionally provided support for
  instantiating queue objects.
* `civicrm_queue` was recently added for tracking persistent
  metadata about queues.

After:

* `CRM_Queue_Service::create()` works as before, and it also accepts
   parameters `is_persistent` and `is_autorun`.
CRM/Queue/Service.php