Eugene Zvyagintsev
Eugene Zvyagintsev
## Summary Would be nice if there was a way to add a hook to `.jets/deploy/hooks.rb` (for Rails mode) or similar and get the executed after the project was copied...
I think we should either display it to anonymous users and allow to submit it or require user to login first and only then he can access this form. Or...
1. Fix rematch after timeouts: terminate the game after 15 minutes passed since the timeout instead of terminating it right away. 2. Move timeouts whitelist to configs. 3. Disable new...
Hi, I noticed that runner with `--daemonize` option silently fails if pidfile dir doesn't exist. Which might be an issue, since tmp dir might be empty and when you don't...
**UPDATE:** Adding `RUN rm -f /var/log/nginx/error.log` to my Docker file helped with this issue. I'm not sure why, maybe it's some weird bug with nginx-log-forwarder service and error.log file. .......