PromucFlow_constructor/app/server/appsmith-server
Abhijeet be4a43408c
fix: Update refresh time for tenant level feature flags to avoid race condition (#26490)
## Description
The tenant level feature flags are pulled from Flagsmith from a cron job
scheduled to run after every couple of hours. Also the refresh rate is
set to exact same time as that of cron execution interval i.e. 120mins.
This is creating a race condition because of which the latest feature
flag may not get refreshed after each 2hrs but may take upto 4hrs i.e.
next execution cycle. With current PR we are making sure the `cron
execution interval > refresh rate`.
2023-08-21 14:52:46 +05:30
..
src fix: Update refresh time for tenant level feature flags to avoid race condition (#26490) 2023-08-21 14:52:46 +05:30
auth-notes Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
pom.xml chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.72 to 1.74 in /app/server/appsmith-server (#25947) 2023-08-04 07:33:35 +05:30