Comment by wojciii

Comment by wojciii 10 months ago

8 replies

On call? I never had to do any kind of support of any of the software products that I worked on. Why would you waste eng time on something as trivial as support?

Is this an American corporate thing?

ativzzz 10 months ago

Do you work on software that gets sold to customers? Often, uptime guarantees are included in contracts. If your software breaks, somebody has to fix it.

> Why would you waste eng time on something as trivial as support?

Because eng is the only people who know how the software works if it breaks, who else can fix it?

I would also say that good support is not trivial (this is not eng specific, it's a company wide initiative) and can be a competitive differentiator

  • wojciii 10 months ago

    I do work on software that is used by people. Nu software is usually embedded and I both create and fix bugs. :)

    I just never had to be on call for anything. I fix bugs during business hours. :)

simoncion 10 months ago

> Is this an American corporate thing?

It's a "Our company has sufficiently-complex software that we sell to customers that pay us enough money to justify calling in one or more programmers outside of regular business hours to help handle problems that one or more of those customers considers Very Serious that our (IME often very, very knowledgeable) support staff can't figure out." thing.

cj 10 months ago

It's a solution to the problem of "our servers crashed at 2am, the product isn't functioning, and we have no one working right now capable of fixing it"

How does it work at EU/UK companies?

  • wojciii 10 months ago

    I guess this is more about the kind of software that I write and support .. during office hours only. I wouldn't dream about picking up the work phone during non-office hours since I'm never expected to.

teqsun 10 months ago

In my experience its more for critical time-sensitive systems that run in off-hours (i.e. if this job fails overnight it needs to get fixed before x time or we'll be bleeding massive amounts of money).

So even if there is tiered support, they'll want an SME on some aspect of the system on-call as a fallback for higher/highest level triage.

yodsanklai 10 months ago

Oncall isn't user support. Amazon (and a lot of services) are supposed to work correctly even outside of office hours and someone needs to be able to fix things. That's one downside of software as a service.