References #34 #### Adds a subscription Based Rate Limiter. The API service now uses this rate limiter to limit the requests based on the subscription tier the user belongs to. Currently, the subscription has to be manually updated (this is to be automated with the Pull request for payment service). The data_population service populates the redis with subscription data from MySql. The api service uses data from redis to decide wether to limit the current request. #### ToDo: - Remove hardcoded values (ports, db names, prefix-nomenclature etc) - Use logger instead of print statement - Ensure `depends_on`, `condition` and `healthcheck` are properly setup as the architecture is growing.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by harshraj22 and has received 0 comments.