Skip to content

Ability to disable cache:clear_php_http #17

Answered by kszymukowicz
mikestreety asked this question in Q&A
Discussion options

You must be logged in to vote

What about:

task('cache:clear_php_http')->select('cache_clear_php_http_task_disable!=true');

and then where you define host

   host('staging')
    ->add('labels', ['cache_clear_php_http_task_disable' => 'true'])

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kszymukowicz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #15 on August 21, 2023 08:13.