ucr-serverless / spright

Apache License 2.0
39 stars 16 forks source link

Retry Mechanism for connect() Call #14

Closed ShixiongQi closed 5 months ago

ShixiongQi commented 5 months ago

This approach will attempt to connect to the dummy server (inside SPRIGHT GW) multiple times, giving it some time to become ready. If the connection is not successful within the specified number of retries, the function will return an error.

Key Changes: