Ben Hoskins

Results 36 comments of Ben Hoskins

@Alkarex Do you have a recommended endpoint to test for health in a docker compose healthcheck? Something that tests database connection etc. I'd usually run something like this in docker...

It seems there's no "curl" or "wget" so I've gone for this - not sure it'll exit on a 400+ error though. Ideally there would be a dedicated light weight...

Thanks, this is what I'll use now in the docker-compose. ```yaml healthcheck: test: php -r "readfile('http://localhost/i/');" | grep -q 'jsonVars') || exit 1 interval: 5m retries: 2 start_period: 1m timeout:...

I often get timeout also, and have to wait a long time for a source page to load. However, I dont have a large amount of records. Media Profile: 1...

> I’m at 950ish sources now and still having the same behavior. I’ve contemplated moving my container to a faster server just to see if that changes anything. @gteltschik I...

> Now that concurrent event management is in place, I think I can add this function button. I'll think about how to integrate it on the UI side. Great stuff,...