Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 28.21 KB
MD5: 7bf4555c7b60aef462ea09cb596836f6
SHA-1: 6870253537cdbd755d613d9015b61efe236490d6
SHA-256: a4e4ff58901e4706ea5aacb33ea3490b43199b4da1fec2af15058f434dd5c04a
Download zip 32.6 KB
MD5: 888da7de69139cb3e127923b655af7bb
SHA-1: f849644d374e9a47cc71ee923c95f703c860598b
SHA-256: 452824489cfd4491edc58848fc1a9731e238d86d2139d2ef8f0bf17027e533bd

Release notes

Second alpha release that is a continuation of the earlier adoption of Drupal's queuing API but with further - yet experimental - changes in the underlying HTTP processing to ensure better stability when used in combination with many balancers, domains or just many purges.

Some of the important changes include:

  • Drastic reduce of the burden put on the queue API and lowered item payload.
  • Dynamic calculation of resources and how many HTTP requests can be done per step.
  • Parallel issuing of HTTP requests, 6 at a time. Drastically speeds up purging.
  • Low-level preparation for HTTPS support, not usable yet but paves the path for support.
  • Drush ap-forget has been reimplemented and is now much, much faster, works under high queue loads.
  • Behavior change: copying your database across environments now means that purges continue, even if they have wrong URLs. Use "drush apf" to clear the queue.
  • API change: acquia_purge_purge_path() and ..paths NO LONGER take $domains as second parameter, this in order to simplify API usage and better separation of concerns.

Everybody is encouraged to put this version to the test and to inform me of any issues, instabilities or other types of feedback. With the important added note that it hasn't been tested widely yet.

Niels

Created by: nielsvm
Created on: 3 Oct 2013 at 15:41 UTC
Last updated: 12 Nov 2013 at 15:18 UTC
New features
Bug fixes
Unsupported

Other releases