Add reactive-cache to pipeline config variables
Calculating config variables is a heavy operation, and we don't want to run a long synchronous operation for every request. So with this, we only call the operation synchronously once, then it will read from the cache until the expiration.
Showing
Please register or sign in to comment