PromucFlow_constructor/app
Trisha Anand 7a3792ed97
fix: Making login rate limit service reactive (#27903)
Refactor : While debugging the production downtime, took a deeper look
into the code path of rate limiting. Blocking calls to redis were being
made on the main threads which can impact the overall response times of
the appsmith server (since the number of main threads equals no of CPUs
on the machine). No blocking calls should be made in the main thread.
Moving executions to bounded elastic threadpool and making the reset
flow reactive. Also the code was not split according to the code split
guidelines of the server. Taking care of that as well.
2023-10-10 16:52:40 +05:30
..
client fix: Modal Widget Context switching (#27575) 2023-10-10 15:40:53 +05:30
server fix: Making login rate limit service reactive (#27903) 2023-10-10 16:52:40 +05:30
util chore: Delete unused app/util/plugin-generation directory (#26966) 2023-09-05 14:48:55 +05:30