You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an api gateway running in cluster mode (4), using this lib to cache requests, is there any way to share an instance of lib between the 4 processes?
The text was updated successfully, but these errors were encountered:
I was actually thinking about this earlier - on a high level you could open a file on the master and have a queue of operations manage the cache, writing to the disk (persistence?) in tandem to updating the workers when change happens. It's naive but all the threads can share the same cache that way.
I have an api gateway running in cluster mode (4), using this lib to cache requests, is there any way to share an instance of lib between the 4 processes?
The text was updated successfully, but these errors were encountered: