Christian Busch

Results 16 comments of Christian Busch

@SteinRobert To integrate sentry we would need to introduce the required user settings as mentioned. This, I guess, should be added to the user service, e.g. (GraphQL): ``` { user...

@SteinRobert How would you implement this check? Does docker have commands which can be used? I found `docker stats`, but I guess that`s not the right command or?

What should be the outcome of this issue? Shall we perform the resource check e.g when a new project is created and define minimum resources which should be available, and...

Maybe we can get the missing information using psutil. I am anyway not sure if we should use "docker info", since we can use psutil to get cpu and memory...

I opened a draft PR with the --file-from flag #725. @SteinRobert / @Schille maybe you can take a look provide some feedback.