Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I've been putting various nuggets of software live recently. Either directly or handing over to the client. In all cases I've kept to my personal rules about launching or handing over major work and I wondered what rules of thumb people followed here.

This isn't about programming practise per se. At this stage you've built and (hopefully) tested the software.

So, I generally do this:

Never put it live on a Monday or a Friday
There is more to this than the Monday drag or the excitement of the impending weekend
Where I work changes to systems occur over the weekend, should they affect your work you'll need Monday to check. Also, people may be ill and you'll need that day to recommunicate to the intended management/audience.
No one likes working late on a Friday. Ideal world aside, if something goes wrong with your deployment you need help around to help diagnose and fix it. You have an extra working day where most people will be in the office.
Avoid going live at a specific time
Picking a time of day is fraught with danger. If you can, make the system 'pre-live' where only the most minor of changes are required at this point in time. Like switching internal ip addresses (etc). DNS changes always take time to propagate so a fixed time launch for a site would need a launch page (hence the minor change rule).
Don't put things live first thing in the morning
Well for a start you don't know if anyone is going to be late for work. Traffic (etc).
If you can, have the existing system still in place
Sometimes, the best contingency is to be able to fall back to the existing system while you fix any problems. Back out any minor changes and you are back where you started. Diagnose, fix and try again.

So for me, currently, Tuesday to Thursdays from 11:00 to 4:00 are the ideal times to put things live. I am lucky, though, that I do have a major say in how these things proceed.


In reply to OT: When to put things live by simon.proctor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found