Skip to content

Commit

Permalink
Update ultimate cron config after module update (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Dec 2, 2024
1 parent 9d69171 commit c2be7e9
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.fast_404_generator_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.field_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.field_encrypt_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.file_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.google_analytics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.imagecache_external_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.layout_builder_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.node_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.scheduler_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.search_api_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.simple_oauth_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.stanford_decoupled_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.stanford_events_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.stanford_fields_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.system_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.ultimate_cron_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.xmlsitemap_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2be7e9

Please sign in to comment.