From 3708293f9aa0ad7f0ec615ddc699cb43a8961b7b Mon Sep 17 00:00:00 2001
From: Camilo Ernesto Escobar Bedoya <escobar@urbaninsight.com>
Date: Thu, 1 Jun 2023 18:29:29 -0500
Subject: [PATCH] Issue #3362297 Change the cron time value in the
 recurring_events_registration_email_notifications_queue_worker plugin to 30
 seconds

---
 .../src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php b/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php
index a5c4590..e2ab74a 100644
--- a/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php
+++ b/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php
@@ -14,7 +14,7 @@ use Drupal\Core\Language\LanguageManagerInterface;
  * @QueueWorker(
  *   id = "recurring_events_registration_email_notifications_queue_worker",
  *   title = @Translation("Email Notifications Queue Worker"),
- *   cron = {"time" = 6}
+ *   cron = {"time" = 30}
  * )
  */
 class EmailNotificationsQueueWorker extends QueueWorkerBase implements ContainerFactoryPluginInterface {
-- 
GitLab