Skip to content

Instantly share code, notes, and snippets.

@weitzman
Last active November 10, 2017 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weitzman/4ef66f12aa95f29d301db92533295625 to your computer and use it in GitHub Desktop.
Save weitzman/4ef66f12aa95f29d301db92533295625 to your computer and use it in GitHub Desktop.
Purger config mismatch - https://www.drupal.org/node/2922493
ubuntu@box921:~/mass$ git diff
diff --git a/conf/drupal/config/purge.logger_channels.yml b/conf/drupal/config/purge.logger_channels.yml
index e16c732..e5b869d 100644
--- a/conf/drupal/config/purge.logger_channels.yml
+++ b/conf/drupal/config/purge.logger_channels.yml
@@ -11,15 +11,3 @@ channels:
- 0
- 2
- 3
- -
- id: diagnostics
- grants:
- - 0
- - 2
- - 3
- -
- id: purger_acquia_purge_42ad381896
- grants:
- - 0
- - 2
- - 3
channels:
-
id: purgers
grants:
- 0
- 2
- 3
-
id: queue
grants:
- 0
- 2
- 3
-
id: diagnostics
grants:
- 0
- 2
- 3
-
id: purger_acquia_purge_42ad381896
grants:
- 0
- 2
- 3
purgers:
-
order_index: 2
instance_id: 42ad381896
plugin_id: acquia_purge
processors:
-
plugin_id: drush_purge_invalidate
status: true
-
plugin_id: drush_purge_queue_work
status: true
-
plugin_id: cron
status: false
-
plugin_id: lateruntime
status: false
-
plugin_id: purge_ui_block_processor
status: true
queue: database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment