apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

MFT server is unavailable after successful install and init on MacOS 14.1.2 running on Apple M2. #128

Open ShivangMishra opened 8 months ago

ShivangMishra commented 8 months ago

Device - Mac M2 OS - MacOS 14.1.2 image

DImuthuUpe commented 7 months ago

@ShivangMishra this is because the MFT service starts before the Consul opens its port. Can you add a validation logic here to wait mft start command until the consul port 8500 is open?

ShivangMishra commented 7 months ago

@DImuthuUpe done. PR #131 fixes it.