Civi::queue(...$queueSpec) - Accept the 'status' and 'error' options
authorTim Otten <totten@civicrm.org>
Tue, 31 May 2022 07:02:20 +0000 (00:02 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 2 Jun 2022 06:11:24 +0000 (23:11 -0700)
commit86ffee74755870de44119ca5592f3d5a64ec58c5
tree2a21f20333de376464702d891438d769381aa673
parent52374db368983357b63a1f4fcaa8e3bf2e431f1c
Civi::queue(...$queueSpec) - Accept the 'status' and 'error' options

Note: We only enforce this requirement for queues that use the `runner`
option.  Older queue-users may not specify a `runner` -- in which case
they're responsible for establishing their own runner, and their runner
problem doesn't care what is specified here.
CRM/Queue/Service.php
Civi.php
tests/phpunit/CRM/Queue/QueueTest.php