Skip to content

Commit

Permalink
Re-eanbled omnipedia_wiki_node_cdn background task processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed Nov 18, 2024
1 parent cd497d2 commit f08dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .do/run-background-tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
function(): PromiseInterface {
return (new WorkerProcess('drush warmer:enqueue ' . \implode(',', [
'omnipedia_wiki_node_changes',
// 'omnipedia_wiki_node_cdn',
'omnipedia_wiki_node_cdn',
])))->start()->promise();
},
function(): PromiseInterface {
Expand Down

0 comments on commit f08dbe5

Please sign in to comment.