What is the SQL statements that require Postgres Advisory Lock
hi, could anyone help point what are the SQL statements that require Postgres Advisory Lock, which cause the following error:
thanks in advance!
8 Replies
all our migrations logic require advisory locks
thanks for your quick reply, can i check out the statements that require advisory locks,
would this and this be the places where advisory lock is used?
it would be helpful to resolve this issue, thanks!
GitHub
windmill/backend/windmill-api/src/db.rs at af9bde33fe89188b51e35028...
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal...
what db are you using?
Yugabyte
probably not the best fit for windmill anyway
they added the advisory lock support, their engineer is trying to debug on this
from user's perspective, why it's not a good fit, is there anything i should be aware of? i just start using WindMill and we use Yugabyte as main db
windmill is write heavy, those managed postgresql are usually read optimized
got it, thanks for the info!