Hi @Abdulkareem Nalband ,
Generally 503 service unavailable error may come when the service is temporarily unavailable for maintenance or is overloaded.
You may repeat the request after a delay, the length of which may be specified in a Retry-After header.
OR You can retry the requests or increasing the timeout(if you are using any custom application increase the timeout for at least 2 min).
Sometimes it can happen with throttling. You should employ a back-off strategy similar to 429. Additionally, you should always make new retry requests over a new HTTP connection.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".