Open dhiaayachi opened 2 months ago
Thanks for reporting this issue!
I am unable to find any information about this issue in the provided documentation. Please tell me the following:
I will do my best to help you find a solution.
Thanks for reporting this issue!
This is likely related to the Temporal Server initialization process. You may not be giving the server enough time to completely start before running your application.
The following may help:
Try rerunning docker-compose up
after waiting a few minutes to ensure the Temporal Server has initialized completely.
You can monitor your server logs for any error messages related to startup.
You can also use the temporal operator cluster health
command to check the health of your Temporal Cluster.
Let me know if that doesn't help! I'm happy to assist further.
Expected Behavior
shouldn't fail
Actual Behavior
see full log here: https://gist.github.com/longquanzheng/1e1b8d00b39d0714b56978979d4d0f68
Steps to Reproduce the Problem
This doesn't always happen. I only see it once when running docker-compose up, following instruction: https://github.com/indeedeng/iwf#using-docker-image--docker-compose
Specifications