Flow won't publish - getting a 'quorum' error!

Had a flow that refuses to publish, so created a duplicate and tried publishing that, still won’t do it (publishing failed message) -
The errors I see in the docker container are:
56165/03/29 12:24AM 50 pid=8 hostname=c6ccf4542290 msg=[errorHandler]: {“message”:“The operation was unable to achieve a quorum during its retry window.”,“attempts”:[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],“name”:“ExecutionError”}
56165/03/29 12:24AM 50 pid=8 hostname=c6ccf4542290 err={“type”:“ExecutionError”,“message”:“The operation was unable to achieve a quorum during its retry window.”,“stack”:“ExecutionError: The operation was unable to achieve a quorum during its retry window.\n at Redlock._execute (/usr/src/app/dist/packages/server/api/node_modules/redlock/src/index.ts:462:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)”,“attempts”:[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],“name”:“ExecutionError”} msg=The operation was unable to achieve a quorum during its retry window.
56165/03/29 12:24AM 50 pid=8 hostname=c6ccf4542290 reqId=req-a75 req={“method”:“POST”,“url”:“/v1/flows/igznVCZE5u4IMHix6tv5r”,“hostname”:“atpap.XXXXXX.duckdns.org”,“remoteAddress”:“127.0.0.1”,“remotePort”:60342} res={“statusCode”:500} err={“type”:“ExecutionError”,“message”:“The operation was unable to achieve a quorum during its retry window.”,“stack”:“ExecutionError: The operation was unable to achieve a quorum during its retry window.\n at Redlock._execute (/usr/src/app/dist/packages/server/api/node_modules/redlock/src/index.ts:462:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)”,“attempts”:[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],“name”:“ExecutionError”} msg=The operation was unable to achieve a quorum during its retry window.

Hi @Mark_van_Bellen

Can you please tell us what is the trigger, I think the issue is publishing is taking too long and it times out.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.