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
Currently, scaling the executor is challenging because the activeRuntimes variable relies on a Swoole Table, rendering the executor container stateful.
The optimal solution would be to switch to a database, preferably Redis, to ensure the container is entirely stateless.