Hi,
We’ve converted most of our akka serverless services to Kalix and deployed them last Friday, did some basic endpoint tests and everything was working correctly.
Today, all those services respond with a 503/no healthy upstream
. When looking in the dashboard or via the CLI, the services are listed as Ready
, but on the dashboard detail page, the service instance status is Pending
.
I tried redeploying the services. This is the output of the kalix services list
command:
NAME AGE REPLICAS STATUS DESCRIPTION
asset-type-service 4d20h 1 Ready
legacy-acl-service 4d19h 1 Ready
task-dispatcher-service 4d19h 1 Ready
I then execute the kalix services redeploy task-dispatcher-service
command, and this is the output:
There is nothing to redeploy for service: task-dispatcher-service
Are you sure this name is correct?
I noticed some errors in the logs pertaining to the logback.xml
(I forgot to change the appender layout class from Akka Serverless to the new Kalix class ), so I created a new image & tag. I tried executing
kalix services deploy task-dispatcher-service my-registry/task-dispatcher-service:new-tag
with following output:
Service 'task-dispatcher-service' was successfully updated to generation 3.
Nothing seems to be happening however. Any suggestions on what to do other than maybe deleting the service and deploying it again? Thanks in advance.