diff --git a/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php b/modules/recurring_events_registration/src/Plugin/QueueWorker/EmailNotificationsQueueWorker.php index a5c4590fc898240d7df08ee625b0abd6bbd8ad34..e2ab74a6f8868641215c91959cfb67aa5100498e 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 {