10

Hmm. This code needs refactoring.
*recodes on Local and uploads*
Works on my branch.
*git push origin master and merge*
Works on Dev.
*deploy to Test*
Works on Test.
*deploy to Live*
Doesn't work.
*compares Live to Test, Dev, and Local*
No f$@%^%%$# difference!?!!

*quits development and lives under a bridge*

Comments
  • 2
    Can also be something in the environment's config.
  • 1
    @Fast-Nop Whatever it is, I haven't found it yet. And I'm using a hosting service that goes to great lengths to ensure they're all identical.
  • 1
    @Fast-Nop actually happend today.. tried to implement cache busting by sensing over a version header and by mismatch Force reload.

    But on our T env we do not use rolling updates, but on production we do so any client connected during that time of deployment kept reloadimg because each call was being load balanced to an updated version or either an instamce that still needs to update..

    Which resulted in a couple mins infinite loop of refreshing..

    Never do this again
  • 2
    @stackodev something is still not the same and when you find it you'll feel grateful and silly.
  • 0
    Docker solves this
Add Comment