Fluid Liquidity contract is upgradable proxy on Mainnet. The admin is set to the InstaTimelock, address: 0x2386DC45AdDed673317eF068992F19421B481F4c with min delay set to 1 day. Internal timelock monitoring is set to notify when the function queueTransaction() is called.
The script proposals.py to check for new governance proposals using Fluid API is run hourly by Github actions. If the proposal is queued, it sends a telegram message. It uses cache to avoid sending duplicate messages. For more info see the Fluid Governance page.