drupflare/worker - v1.0.0
Preparing search index...
ops/cron
CronOptions
Interface CronOptions
Every knob the GC passes and the chain accept; each one reads only what it needs.
interface
CronOptions
{
chainMs
?:
number
;
hookPolicy
?:
Record
<
string
,
CronHookPolicy
>
;
hooks
?:
string
[]
;
idleMs
?:
number
;
includeCronLast
?:
boolean
;
includeQueue
?:
boolean
;
maxQueueRepeats
?:
number
;
maxRows
?:
number
;
nowMs
?:
number
;
pass
?:
string
;
queueBatchSize
?:
number
;
rowLimit
?:
number
|
null
;
tables
?:
string
[]
;
}
Index
Properties
chain
Ms?
hook
Policy?
hooks?
idle
Ms?
include
Cron
Last?
include
Queue?
max
Queue
Repeats?
max
Rows?
now
Ms?
pass?
queue
Batch
Size?
row
Limit?
tables?
Properties
Optional
chain
Ms
chainMs
?:
number
Optional
hook
Policy
hookPolicy
?:
Record
<
string
,
CronHookPolicy
>
Optional
hooks
hooks
?:
string
[]
Optional
idle
Ms
idleMs
?:
number
Optional
include
Cron
Last
includeCronLast
?:
boolean
Optional
include
Queue
includeQueue
?:
boolean
Optional
max
Queue
Repeats
maxQueueRepeats
?:
number
Optional
max
Rows
maxRows
?:
number
Optional
now
Ms
nowMs
?:
number
Optional
pass
pass
?:
string
Optional
queue
Batch
Size
queueBatchSize
?:
number
Optional
row
Limit
rowLimit
?:
number
|
null
Optional
tables
tables
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain
Ms
hook
Policy
hooks
idle
Ms
include
Cron
Last
include
Queue
max
Queue
Repeats
max
Rows
now
Ms
pass
queue
Batch
Size
row
Limit
tables
drupflare/worker - v1.0.0
Loading...
Every knob the GC passes and the chain accept; each one reads only what it needs.