Results 25 comments of Adil M

@SagarKevin seems like you are missing something at your end? as its not expected behavior. Also, make sure you wait for 1 minute as the job executes every minute. ![image](https://user-images.githubusercontent.com/23054298/120909561-9194c080-c68f-11eb-9571-f8d6c1979d76.png)

@gekakud which os you are using and docker version please

@SagarKevin one way to check container logs ``` docker ps # copy container name|id docker logs -f container_name ```

Fargate does not support GPU and we can expect nearly in future. > In Closing > Fargate helped us solve a lot of problems related to real-time processing, including the...

This is not an error and you can ignore this Most probably this occurs when you call API endpoint with just `/` instead of `/janus/info` or any other invalid path...

I have the same issue just install mocha globally and resolve the issue. First I was trying to run mocha from the local module. `npm i mocha -g `

We're encountering the same problem we're using the latest Helm chart version 6.7.17. Is there a solution available? btw rollback to helm chart `6.7.3` and it seems stable now

I attempted to configure the service with the specified settings, but it seems that NLB is still being launched without a security group using Traefik. ```yaml service: spec: externalTrafficPolicy: Local...

> Traefik related issues are not really workable in this project. > > I think using the new AWS LB Controller is the optimum solution. hmm, and what about this...

> Remove finalizer in the all apps in the current namespace and delete: > > ``` > for app in $(kubectl get applications --output=jsonpath={.items..metadata.name}); do \ > echo $app &&\...