(NFC) Update stale comments
authorTim Otten <totten@civicrm.org>
Thu, 2 Jun 2022 06:43:34 +0000 (23:43 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 2 Jun 2022 06:43:34 +0000 (23:43 -0700)
CRM/Upgrade/Incremental/php/FiveFiftyOne.php
Civi.php

index e0c8e44576a7a4ce94ac72d742f642f74500a8b2..fe10b78e63308ec6f84bc654d05416076bcf8187 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Upgrade_Incremental_php_FiveFiftyOne extends CRM_Upgrade_Incremental_B
     // We don't have adequate data to differentiate these, so some will be wrong/suboptimal.
     // What's the impact of getting it wrong?
     // - For a finite/short-term queue, work has finished already (or will finish soon), so there is
-    //   very limited impact to wrongly setting `error=log`.
+    //   very limited impact to wrongly setting `error=delete`.
     // - For an infinite/long-term queue, work will continue indefinitely into the future. The impact
     //   of wrongly setting `error=abort` would continue indefinitely to the future.
     // Therefore, backfilling `error=log` is less-problematic than backfilling `error=abort`.
index 7408a10f04fbd7fda49b5e8505243330fa6a7d50..86e72ee847e75d959623c1e297267b3c9c55c3e7 100644 (file)
--- a/Civi.php
+++ b/Civi.php
@@ -117,7 +117,8 @@ class Civi {
    *   Specification for a queue.
    *   This is not required for accessing an existing queue.
    *   Specify this if you wish to auto-create the queue or to include advanced options (eg `reset`).
-   *   Example: ['type' => 'SqlParallel', 'error' => 'drop']
+   *   Example: ['type' => 'Sql', 'error' => 'abort']
+   *   Example: ['type' => 'SqlParallel', 'error' => 'delete']
    *   Defaults: ['reset'=>FALSE, 'is_persistent'=>TRUE, 'is_autorun'=>FALSE]
    * @return \CRM_Queue_Queue
    * @see \CRM_Queue_Service