老师, 关于 idempotency key 我有以下疑问, 请帮忙回答下, 谢谢。
理想情况下, order service make a request to account service, account service process this request, generate an idempotency key, and send the response with the idempotency key back to order service.
但如果 the account service is down permanently before sending out the response and idempotency key, 这时候 order service 会怎么做?