Customer
Comments
-
Hi, is this still the same situation in 2022 ?
-
Unfortunately the answer is no, the maxmemory for Redis isn’t configurable. However, you could try increasing the container size, which should increase the maxmemory for the service. The Redis serv...
-
Do we have any update on this issue?
-
Could you be more specific when you talk about these files? Do you mean, source file? We use git. Therefore, you can use either git rebase or git merge: https://git-scm.com/docs/git-rebase https://...
-
This is a known issue, I have merged the hacky fix I created before leaving, that should solve this. command="sidekiq" running=`ps ax | grep -v grep | grep $command | wc -l` ...
-
If you feel inclined to reproduce the bug on not-master, you can run sv restart app, which should reproduce the issue.
-
Yes. Please see the guide that was published here: https://ghosty.co.uk/2015/09/debugging-on-platform-sh/
-
If the custom certificate SAN/CN matches the custom specific domain, the custom certificate is preferred over autogenerated Let’s Encrypt certificates. One exception is at the end of the custom cer...
-
Yes. To do this you need to start your build hook with set -e. That means : -e Exit immediately if a command exits with a non-zero status.
-
It’s not possible to securely expose your database service directly to the internet using Platform.sh. As routes.yaml only supports http endpoints, you will need to consider putting a web-service i...