Self hosted - minimum hardware requirements and monitoring

Hi guys,
I’m trying to setup a simple droplet (digitalocean) instance that runs this. What is the recommended minimum requirement? I don’t know how my use would grow so I’m going with self hosted route in case I have a huge influx of runs that make this too costly without self hosting.

Also, once it’s set up (it is currently running), is there any monitoring I can do? It looks like there might be some views in the settings but they are locked.

Thanks :slight_smile:

Hello @bendehghan, and welcome to our community :star2:

I don’t personally know a recommended minimum spec but it does depend on your traffic like you mentioned so I would monitor it and upscale/downscale as needed.

In regards to monitoring, if you are talking about just a instance health check, we use
https://your_instance/api/v1/flags as an http endpoint to do that, but if you are talking about failed runs, currently we don’t have something specific for self hosters.

Thanks!

Does the free (hosted by you) version include the failed run info?

1 Like

Yes, it does, if a run fails, you will be able to check the logs and see which step errored.