About panic, recover and the fault tolerance of a go program

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • suture

    Supervisor trees for Go. (by thejerf)

  • In the end, it's all functions. I have a library that does supervision, but that doesn't change what I said above. Putting a service under supervision gives a solid answer to the question of what happens if there's a crash and when it terminates, but if you ever spawn anything on your own, which you often will, you still have to have answers.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts