panic: Error 1040: Too many connections
goroutine 1406 [running]:
panic(0xa5e780, 0xc820429ec0)
/usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go:464 +0x3e6
github.com/ansible-semaphore/semaphore/routes/tasks.(*task).log.func1(0xc8202ee2c0, 0xc8204100f0, 0x4e, 0xecef61c8e, 0x1a83d7aa, 0x102bd60)
/Users/m/p/gospace/src/github.com/ansible-semaphore/semaphore/routes/tasks/logging.go:36 +0x26c
created by github.com/ansible-semaphore/semaphore/routes/tasks.(*task).log
/Users/m/p/gospace/src/github.com/ansible-semaphore/semaphore/routes/tasks/logging.go:38 +0x640
2016/06/17 18:30:06 notifying bugsnag: Error 1040: Too many connections
2016/06/17 18:30:06 bugsnag.Notify: not notifying in development
Just for the records: Got it fixed now, it turned out the value configured in my my.cnv actually never really worked because open_files in the os needed to be raised first (due to this it was stuck at 214). Fixed this and now i’m fine (500 seems to work but for safety reasons i’m using 1000 now).