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.
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.