UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

12 lines (11 loc) 294 B
export interface ParentOptions { /** * Parent identifier. */ id: string; /** * It includes the prefix, the namespace separator :, and queue name. * @see {@link https://www.gnu.org/software/gawk/manual/html_node/Qualified-Names.html} */ queue: string; }