Handle the case when due to network failure or other such cases, the user hits the submit endpoint multiple times with same image. Add idempotency to the endpoint. Note that Subscription based rate limiting should be done only on distinct request, these requests should not be counted in the successful hits. Reference: [Medium Article](https://medium.com/@saurav200892/how-to-achieve-idempotency-in-post-method-d88d7b08fcdd)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by harshraj22 and has received 0 comments.