aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/purge_request.rb
Commit message (Collapse)AuthorAgeLines
* Further annotation correctionsSeb Bacon2012-05-24-11/+12
|
* Re-annotate modelsSeb Bacon2012-05-24-0/+12
|
* Empty the purge queue even for failed requests (otherwise we will be ↵Seb Bacon2012-05-04-3/+1
| | | | endlessly polling the Varnish server until its fixed). Administrators should check the logs for failed purges.
* Make sure the purge queue is cleared at least every 30 secondsSeb Bacon2012-05-02-1/+1
|
* Add a method to run the purge process in a continuous loopSeb Bacon2012-05-02-1/+15
|
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-0/+27