grk·9 miesięcy temu·discussDoes anyone know if having Global Accelerator set up would help right now? It's in the list of affected services, I wonder if it's useful in scenarios like this one.
grk·4 lata temu·discussNot sure how it works with MySQL, but with postgres the most common pooling options use transactional mode, which doesn't support LISTEN/NOTIFY.
grk·4 lata temu·discussThe problem with postgres-backed queues is they can't be used with connection pooling, so your workers are unnecessarily using up DB connections.