Amar Deep Singh
Amar Deep Singh
Thanks for clarification Daniel. Please share pointers . Also share if Camunda implements it then will you prefer separate Junit 5 test starter OR upgrade existing starter?
@jonathanlukas I have some idea . Can you have a look at this PR . https://github.com/camunda-community-hub/camunda-platform-7-mail/pull/182 This changes the default behavior and Mail Service will be disabled by default. However...
@cpanato Is this possible to pass the directory manually as argument ? or the tool can detect it automatically ? e.g. I have directory : charts/selenium-grid edit : It detected...
I feel itβs too early to start using Ubuntu 24.04 . In my opinion we should let the new version settle down as there are typically teething issue in first...
cryptography is failing vulnerability scans in our organizations. Is this possible to bump up cryptography package to newer versions? The scan engines are suggesting to go at least v41.0.2
Is this possible to bump up cryptography as suggested by dependabot. https://github.com/aws/aws-cli/pull/8266 and https://github.com/aws/aws-cli/pull/8030
> [istaveren](https://github.com/istaveren), my **temporary** workaround for this issue is: > > ``` > FROM oraclelinux:8 > > RUN set -ex && \ > microdnf update && \ > microdnf install...
Thanks @VietND96 for response. I looked at the keda operator logs and it's full of unrelated errors. It's failing to get firefox scaled object because I have set firefox:enabled as...
I will share further details tomorrow as I feel it could be kubernetes killing pods because of many reasons 1. disk pressure 2. cpu/ram crunch on underlying k8s node 3....
@VietND96 I applied the chromeNode.terminationGracePeriodSeconds=3600 setting and the issue is disappeared. I see following issues that may need fix in helm chart: 1. Global terminationGracePeriodSeconds is not applied to individual...