Options for customizing the behavior of the queue
ReadonlycontinuousThe maximum number of entries that can be processed in a single run iteration.
ReadonlycontinuousThe amount of time that can be used for processing in a single run iteration.
ReadonlyidA technical but human-readable ID for this queue
ReadonlymaxThe maximum number of entries that can be executed at once.
ReadonlycancelCancels all outstanding cancelable entries
ReadonlygetGets the total queue length, which may include canceled entries that haven't been purged yet and delayed entries that aren't yet ready for execution
ReadonlyscheduleSchedules a new entry to be run.
Lower number is higher priority
A technical but human-readable ID of the entry
The function to run
Options to effect the processing of this entry
An entry reference, which can be used to cancel the entry, check its status, or to get the promised value.
A technical but human-readable ID for this queue