|
|
| | Ask HN: How does your team decide who works oncall on Christmas? | | 5 points by TimeWeSp on Oct 30, 2023 | hide | past | favorite | 14 comments | | If you're on a software team that maintains cloud services or other infrastructure that needs to keep running 24x7, how does your team decide who is going to work oncall for shifts like Thanksgiving, Christmas, New Year's, or other times when most people don't want to be oncall?
Is it just a top-down manual manager decision? Or do you have some kind of process/algorithm to help make it fair? Do new people get worse oncall shifts than people who have been on the team for longer? |
|

Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
I'm still oncall but if there's a issue that triggers a review to make changes so it never happens again. N+1 on everything, and N+2 redundancy on critical systems. A single failure should be a non-issue. It should take multiple failures inside of a single system to engage the oncall. Human error should be eliminated by not allowing changes during big holidays. Many companies lock down from Thanksgiving to new years.
While things can and will still happen, properly implemented and managed systems should eliminate the most if the oncall issues. The ones that do come up will be an "all hands on deck" kind of thing. People will be less afraid of oncall then they know they rarely get called.