Phi Huynh

Results 10 comments of Phi Huynh

@treeder Yes, it's only Alpine with the dotnet coreclr since dotnet can run on Linux without based on Mono. As a result, we can shrink down the size really much.

> Is there any update on this? We are seeing similar issues. When setting the log level to INFO we get the `Transmission succeeded: Item received:` logs send to AppInsights...

> @shingotoda > > This is a separate issue and unrelated to Application Insights then. If you set the root logger level to INFO, this will capture all the logs...

I have to fix temporarily by this config: ``` configure_azure_monitor(connection_string=settings.APPLICATIONINSIGHTS_CONNECTION_STRING) # This is just to fix the issue https://github.com/Azure/azure-sdk-for-python/issues/33623 logging.getLogger('azure.monitor.opentelemetry.exporter.export._base').setLevel(logging.WARNING) logging.getLogger('azure.core.pipeline.policies.http_logging_policy').setLevel(logging.WARNING) ````

Considering converting to RabbitMQ to make it more lightweight.

Consider KEDA & Azure Function as an alternative option.

Finally I think Azure Functions is quite good and combining with KEDA to enable autoscaling based on metrics such as Redis / Kafka will be perfect case.

Me too, same issue: ``` > npm -v 5.6.0 > node -v v8.5.0 > shoutem -v 0.10.9 ```