framework
framework copied to clipboard
Redis connection loss crashes process
When the sequencer process loses connection to redis, the whole process crashes
Also, we should generally see how we deal with loss of connections, probably we want to pause block production and wait on a reconnect as a first solution. Later, we can think about temporarily caching stuff on-disk or in-memory until it reconnects