Variable HMSH_NOTIFY_PAYLOAD_LIMITConst

HMSH_NOTIFY_PAYLOAD_LIMIT: number = ...

PostgreSQL NOTIFY payload limit. If a job message exceeds this size, a reference message is sent instead and the subscriber fetches via getState. PostgreSQL hard limit is 8000 bytes; default 7500 provides safety margin.