Options for customizing the behavior of the queue
Readonly
continuousThe maximum number of entries that can be processed in a single run iteration.
Readonly
continuousThe amount of time that can be used for processing in a single run iteration.
Readonly
idA technical but human-readable ID for this queue
Readonly
maxThe maximum number of entries that can be executed at once.
Readonly
cancelCancels all outstanding cancelable entries
Readonly
getGets 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
Readonly
scheduleSchedules 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