From c2be7e9846c371b4ee629910f2c7edd3e4ddd939 Mon Sep 17 00:00:00 2001 From: pookmish Date: Mon, 2 Dec 2024 09:32:40 -0800 Subject: [PATCH] Update ultimate cron config after module update (#832) --- composer.json | 1 + config/sync/ultimate_cron.job.content_lock_timeout_cron.yml | 2 +- config/sync/ultimate_cron.job.fast_404_generator_cron.yml | 2 +- config/sync/ultimate_cron.job.field_cron.yml | 2 +- config/sync/ultimate_cron.job.field_encrypt_cron.yml | 2 +- config/sync/ultimate_cron.job.file_cron.yml | 2 +- config/sync/ultimate_cron.job.google_analytics_cron.yml | 2 +- config/sync/ultimate_cron.job.imagecache_external_cron.yml | 2 +- config/sync/ultimate_cron.job.layout_builder_cron.yml | 2 +- config/sync/ultimate_cron.job.node_cron.yml | 2 +- config/sync/ultimate_cron.job.scheduler_cron.yml | 2 +- config/sync/ultimate_cron.job.search_api_cron.yml | 2 +- config/sync/ultimate_cron.job.simple_oauth_cron.yml | 2 +- config/sync/ultimate_cron.job.stanford_decoupled_cron.yml | 2 +- config/sync/ultimate_cron.job.stanford_events_cron.yml | 2 +- config/sync/ultimate_cron.job.stanford_fields_cron.yml | 2 +- config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml | 2 +- config/sync/ultimate_cron.job.system_cron.yml | 2 +- config/sync/ultimate_cron.job.ultimate_cron_cron.yml | 2 +- config/sync/ultimate_cron.job.xmlsitemap_cron.yml | 2 +- config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml | 2 +- 21 files changed, 21 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 897c3b0f0..4eee3792c 100644 --- a/composer.json +++ b/composer.json @@ -138,6 +138,7 @@ "drupal/taxonomy_menu": "^3.5", "drupal/token_or": "^2.0", "drupal/ui_patterns": "^1.0", + "drupal/ultimate_cron": "^2.0@beta", "drupal/view_unpublished": "^1.0", "drupal/viewfield": "^3.0@beta", "drupal/views_block_filter_block": "^2.0@beta", diff --git a/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml b/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml index 8bc3eb008..e38e4a662 100644 --- a/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml +++ b/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: content_lock_timeout_cron weight: 0 module: content_lock_timeout -callback: content_lock_timeout_cron +callback: 'content_lock_timeout#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.fast_404_generator_cron.yml b/config/sync/ultimate_cron.job.fast_404_generator_cron.yml index 1bda5a184..821b919f2 100644 --- a/config/sync/ultimate_cron.job.fast_404_generator_cron.yml +++ b/config/sync/ultimate_cron.job.fast_404_generator_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: fast_404_generator_cron weight: 0 module: fast_404_generator -callback: fast_404_generator_cron +callback: 'fast_404_generator#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.field_cron.yml b/config/sync/ultimate_cron.job.field_cron.yml index be0a306f5..20070fa16 100644 --- a/config/sync/ultimate_cron.job.field_cron.yml +++ b/config/sync/ultimate_cron.job.field_cron.yml @@ -8,7 +8,7 @@ title: 'Purges deleted Field API data' id: field_cron weight: 0 module: field -callback: field_cron +callback: 'field#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.field_encrypt_cron.yml b/config/sync/ultimate_cron.job.field_encrypt_cron.yml index 2c2604a0c..7b1db26fd 100644 --- a/config/sync/ultimate_cron.job.field_encrypt_cron.yml +++ b/config/sync/ultimate_cron.job.field_encrypt_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: field_encrypt_cron weight: 0 module: field_encrypt -callback: field_encrypt_cron +callback: 'field_encrypt#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.file_cron.yml b/config/sync/ultimate_cron.job.file_cron.yml index b6db7687c..ddaba5ce4 100644 --- a/config/sync/ultimate_cron.job.file_cron.yml +++ b/config/sync/ultimate_cron.job.file_cron.yml @@ -8,7 +8,7 @@ title: 'Deletes temporary files' id: file_cron weight: 0 module: file -callback: file_cron +callback: 'file#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.google_analytics_cron.yml b/config/sync/ultimate_cron.job.google_analytics_cron.yml index 16b6afa06..90ed4ce73 100644 --- a/config/sync/ultimate_cron.job.google_analytics_cron.yml +++ b/config/sync/ultimate_cron.job.google_analytics_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: google_analytics_cron weight: 0 module: google_analytics -callback: google_analytics_cron +callback: 'google_analytics#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.imagecache_external_cron.yml b/config/sync/ultimate_cron.job.imagecache_external_cron.yml index 0976672ad..d05830833 100644 --- a/config/sync/ultimate_cron.job.imagecache_external_cron.yml +++ b/config/sync/ultimate_cron.job.imagecache_external_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: imagecache_external_cron weight: 0 module: imagecache_external -callback: imagecache_external_cron +callback: 'imagecache_external#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.layout_builder_cron.yml b/config/sync/ultimate_cron.job.layout_builder_cron.yml index d2272c3a8..6cc78e684 100644 --- a/config/sync/ultimate_cron.job.layout_builder_cron.yml +++ b/config/sync/ultimate_cron.job.layout_builder_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: layout_builder_cron weight: 0 module: layout_builder -callback: layout_builder_cron +callback: 'layout_builder#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.node_cron.yml b/config/sync/ultimate_cron.job.node_cron.yml index df3bceb15..8d6d764e9 100644 --- a/config/sync/ultimate_cron.job.node_cron.yml +++ b/config/sync/ultimate_cron.job.node_cron.yml @@ -8,7 +8,7 @@ title: 'Mark old nodes as read' id: node_cron weight: 0 module: node -callback: node_cron +callback: 'node#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.scheduler_cron.yml b/config/sync/ultimate_cron.job.scheduler_cron.yml index 85167b59f..f5f838816 100644 --- a/config/sync/ultimate_cron.job.scheduler_cron.yml +++ b/config/sync/ultimate_cron.job.scheduler_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: scheduler_cron weight: 0 module: scheduler -callback: scheduler_cron +callback: 'scheduler#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.search_api_cron.yml b/config/sync/ultimate_cron.job.search_api_cron.yml index 83b893a37..9d7ac38f4 100644 --- a/config/sync/ultimate_cron.job.search_api_cron.yml +++ b/config/sync/ultimate_cron.job.search_api_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: search_api_cron weight: 0 module: search_api -callback: search_api_cron +callback: 'search_api#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.simple_oauth_cron.yml b/config/sync/ultimate_cron.job.simple_oauth_cron.yml index 48db4e329..c49357f60 100644 --- a/config/sync/ultimate_cron.job.simple_oauth_cron.yml +++ b/config/sync/ultimate_cron.job.simple_oauth_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: simple_oauth_cron weight: 0 module: simple_oauth -callback: simple_oauth_cron +callback: 'simple_oauth#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml b/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml index 065f3de12..83428d12d 100644 --- a/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml +++ b/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_decoupled_cron weight: 0 module: stanford_decoupled -callback: stanford_decoupled_cron +callback: 'stanford_decoupled#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.stanford_events_cron.yml b/config/sync/ultimate_cron.job.stanford_events_cron.yml index febd012be..08fecdb0c 100644 --- a/config/sync/ultimate_cron.job.stanford_events_cron.yml +++ b/config/sync/ultimate_cron.job.stanford_events_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_events_cron weight: 0 module: stanford_events -callback: stanford_events_cron +callback: 'stanford_events#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.stanford_fields_cron.yml b/config/sync/ultimate_cron.job.stanford_fields_cron.yml index 9edae546a..91e9b47ca 100644 --- a/config/sync/ultimate_cron.job.stanford_fields_cron.yml +++ b/config/sync/ultimate_cron.job.stanford_fields_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_fields_cron weight: 0 module: stanford_fields -callback: stanford_fields_cron +callback: 'stanford_fields#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml b/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml index ca9023af1..2c045a22a 100644 --- a/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml +++ b/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml @@ -8,7 +8,7 @@ title: null id: stanford_profile_helper_cron weight: 0 module: stanford_profile_helper -callback: stanford_profile_helper_cron +callback: 'stanford_profile_helper#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.system_cron.yml b/config/sync/ultimate_cron.job.system_cron.yml index 143057cca..590ce2b0b 100644 --- a/config/sync/ultimate_cron.job.system_cron.yml +++ b/config/sync/ultimate_cron.job.system_cron.yml @@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)' id: system_cron weight: 0 module: system -callback: system_cron +callback: 'system#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.ultimate_cron_cron.yml b/config/sync/ultimate_cron.job.ultimate_cron_cron.yml index ad93a091d..cb115ce83 100644 --- a/config/sync/ultimate_cron.job.ultimate_cron_cron.yml +++ b/config/sync/ultimate_cron.job.ultimate_cron_cron.yml @@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations' id: ultimate_cron_cron weight: 0 module: ultimate_cron -callback: ultimate_cron_cron +callback: 'ultimate_cron#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.xmlsitemap_cron.yml b/config/sync/ultimate_cron.job.xmlsitemap_cron.yml index 004f98a22..1fc2dcc18 100644 --- a/config/sync/ultimate_cron.job.xmlsitemap_cron.yml +++ b/config/sync/ultimate_cron.job.xmlsitemap_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: xmlsitemap_cron weight: 0 module: xmlsitemap -callback: xmlsitemap_cron +callback: 'xmlsitemap#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml b/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml index 933b8b965..ccace6c0f 100644 --- a/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml +++ b/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: xmlsitemap_engines_cron weight: 0 module: xmlsitemap_engines -callback: xmlsitemap_engines_cron +callback: 'xmlsitemap_engines#cron' scheduler: id: simple launcher: