experius / SeoSnap-Cache-Warmer

GNU General Public License v3.0
1 stars 1 forks source link

Option in cache warmer command to use purge of only get #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

By default is uses the purge With extra param switch to get. This is used to index a excisting cache to the administration fast. @EgorDm

egordm commented 4 years ago

Hi Derrick,

It is already possible. You can pass any arguments used in the spider constructor.

You can switch to GET instead of PUT by running spider with:

docker-compose run cachewarmer <website id>  -a recache=false
ghost commented 4 years ago

@EgorDm Hero. I will add it to the dock. Issue closed