Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
82 stars 52 forks source link

ACI deployment fails #24

Closed jcordtz closed 2 years ago

jcordtz commented 2 years ago

The ACI deployment fails - most likely due to the 0.2.2 error - "redis" is mentioned in the error code

{ "error": { "message": "Service deployment polling reached non-successful terminal state, current service state: Unhealthy\nOperation ID: e9470869-ed53-4875-8cb8-438313d26c54\nMore information can be found using '.get_logs()'\nError:\n{\n \"code\": \"AciDeploymentFailed\",\n \"statusCode\": 400,\n \"message\": \"Aci Deployment failed with exception: Error in entry script, ImportError(\"redis\", str(e)), please run print(service.get_logs()) to get details.\",\n \"details\": [\n {\n \"code\": \"CrashLoopBackOff\",\n \"message\": \"Error in entry script, ImportError(\"redis\", str(e)), please run print(service.get_logs()) to get details.\"\n }\n ]\n}" }