DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Tech Support Tips for Developers Managing Outages and Bugs

If you run a web app, and it crashes unexpectedly, what would you do? Read on to get some great tips on keeping your users and community informed.

Freyja Spaven user avatar by
Freyja Spaven
·
Oct. 27, 17 · Opinion
Like (2)
Save
Tweet
Share
3.94K Views

Join the DZone community and get the full member experience.

Join For Free

It’s an unfortunate attitude that time spent on support is a waste of development resources – and one that can leave a team unprepared and overwhelmed when disaster strikes.

Developers helping with support is a real strength – larger companies often have layers and layers of support between customer and developer resulting in thin communication at best. So, when your app does experience an outage, there is no better way to stand out from the crowd and manage your affected customers with grace than by getting your fellow developers on board with support.

During an app outage, you’ll likely be managing affected customers both inside your application and in your wider community. Today, I’ll look at some tech support tips, examples and preventative measures for your development team.

Manage In-App Communication

Write Better Error Messages

The better you architect your error messages, the easier it will be to differentiate a real problem from a user-generated error.

For example, the exception label: ‘formatexception: input string not in the correct format’ is not very user-friendly, and the customer might automatically assume there is a problem with your software and lean on support for help. ‘Please enter a correct email address’ is much friendlier, and empowers the user to fix problems themselves rather than reach for the support line.

You don’t have to write new error messages for all your errors right away. Write more user-friendly error messages for the top 10% of your most frequent problems to allow a balance between proactive preventative work and reactive bug fixing. 

Manage Customer Expectations

What do you need from customers to make an error easier to fix? On your contact application form, ask them to send any information that will help you get to the bottom of the problem faster (depending on their level of technical skill.) If you have architected your error messages in a friendly way and attached an error code, both customers and developers will have a better support experience.

Don’t Bury Your Contact Information

Only 1% of your users will report a software problem, but these users will become vital sources of information about the outage. So, always make your contact details easy to spot on your website and inside the app so you can open a two-way conversation between developer and customer.

If you haven’t already, consider a tool like Intercom, Zendesk or HelpScout to manage support requests.

Send an In-App Message

Acknowledge the problem inside your application and link to an updated status page. Be honest and avoid being overly confident. A message saying, ‘We’ll be up and running in no time!’ can be tempting, but that isn’t helpful for end users who are relying on your app to work right now. Be more specific, yet friendly.

Mat Patterson from HelpScout made the point that the language of support can save many hours of miscommunication with your customers during an outage.

He offers the following comparisons:

Poorly written error message:

“Servers not available”

Try instead:

“Some customers are seeing intermittent error messages throughout their account. We’re aware of the issue and are working on it urgently. Incoming messages are being safely received and stored, but won’t show in your account until the problem is resolved. We recommend not sending any outgoing messages at the moment.

We’re really sorry to be holding you up today! Please know our engineering and operations teams are working hard to get everything up and running and we will update you right here in 15 minutes with the latest information.”

See the difference? Your customers will too!

Keep a Regularly Updated Status Page

Consider keeping your status page on a separate infrastructure, just in case it’s a site-wide server issue. The advantages are that you can keep customers updated on server health, recent downtime, and what you are doing to remedy these problems.

Link to the status page on your contact form, documentation, or on a separate support Twitter account if you have one.

Here’s an example of Raygun’s server health page:

Raygun's status page shows core items of a good status page

Note that this contains the following:

  1. Timestamp of the data refresh.
  2. System status is broken down by the system monitor.
  3. A daily incident timeline.

Make the Maintenance Page Friendly

Your maintenance page will do much of the heavy lifting and will help keep support requests to a minimum so that you can focus on the most critical support requests. (For more on triaging support requests and errors, read this article.)

Keep them both useful and straightforward:

Tech support tips: lead by LinkedIn's example

Keep Your Community Informed

Social Media: Take Your Problems to Twitter

Honesty is always the best policy and if you are having problems, let your customers know about it early. Often companies break their traditional brand personality and show a lighter side – think Twitter’s Fail Whale, which has even inspired t-shirts. 

Twitter's fail whale: tech support tips: support can be humorous

Consider Getting on the Phone

A scary concept, but even if you don’t explicitly offer phone support, you may have enterprise level customers who need to know their data is safe right this second. A real conversation is a great opportunity to give standout support.

Would your competitors get on the phone? Probably not. You’ll stand out as the company that was willing to talk to their customers.

All Fixed? Consider a Debrief

No doubt your outage caused your customers some pain and inconvenience. A study by the Carey School of Business has recently shown that apologizing can have a massively positive effect on customer support.

37% of customers are satisfied with service recovery when they are offered something with monetary value. But when a business adds an apology on top of the compensation, the satisfaction rate doubles to 74%.

tech support tips: an apology is worth it's weight in gold

IMAGE FROM GROOVEHQ.COM

A popular idea is for the CEO to add a quick video explaining the downtime, which also alleviates time spent on support – especially if resources are slim. Add the video to your blog with an explanation where everyone will be able to find it.

It’s All About Your Outage Attitude

When you are a smaller team, technical support during outages is hard, as most of the people who need to be fixing the problem may end up in customer damage control. But have a good outage attitude. Outages do suck but all problems are an opportunity to stand out from your competitors and raise the bar on support standards in your industry.

dev

Published at DZone with permission of Freyja Spaven, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Kubernetes vs Docker: Differences Explained
  • Asynchronous HTTP Requests With RxJava
  • Taming Cloud Costs With Infracost
  • Load Balancing Pattern

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: