The maintenance-mode tag has no wiki summary.
3
votes
2answers
301 views
Is there anyway to put a django site into maintenance mode using fabric?
I'm currently using MaintenanceModeMiddleware to put my site into maintenance mode, but it requires you make the change in the settings.py file on the remote server. I would like to use fabric to ...
1
vote
1answer
111 views
How is memcache.incr() affected by App Engine maintenance periods?
I'm working on an application that will run on Google App Engine. I would like it to respond gracefully to App Engine maintenance periods.
According to the documentation, memcache will simply not ...
1
vote
3answers
158 views
Unit Testing during maintenance phase
Our project is currently under maintenance. We have never had unit testing for this project. We were planning on writing unit test for the delta's rather than writing unit test for the entire ...
0
votes
1answer
202 views
How to redirect to a “Maintenance Mode” page if context is missing
I have a webapp deployed with a war archive on a tomcat 6 server.
There is a clean way to instrument Tomcat to redirect to a "Maintenance Mode" page if my webapps is undeployed?
I mean some sort of ...
0
votes
1answer
227 views
Wordpress 3.0 and maintenance mode - A Problem
For some reason it seems that WP3.0 is bugged with everything relate to maintenance-mode.
The 2 maintenance-mode plugins (maintenance-mode & wp-maintenance-mode) cause the following problems:
...
0
votes
1answer
188 views
How can I force a major upgrade to not switch to maintenance mode using the old installation package?
I have an installer that I would like to use for a major upgrade. I have done the following:
Increased the version number (from a.b.c to a.b.c+1)
Changed the ProductCode
Kept the same UpgradeCode
...