|
|
|
|
|
by graemep
98 days ago
|
|
That is possible, but it sounds unlikely to me. In most cases you could add a shared cache to fix the problem - e.g. put your shared state in Redis, or in a file that is synced across servers (if its kept as state in a long running process it cannot need to be updated frequently). |
|