Job
Cron
The new min jobs per day for cortex will be 1 every 10 seconds (8640). This allows up to 6 * * * * * type cron jobs until limits are reached. This is a minimum allowance which supercedes the maximum allowance if it is lower. Effectively Math.max( min, env max). The new default is also 8640 per day.x
Job
@job(options)
Arguments
options
{ Object } Options objectname
{ String }type
{ String }principal
{ String }environment
{ String = "*" }weight
{ Number = 0 }cron
{ String } Cron job syntax
@job(cron, options)
Arguments
cron
{ String } Cron job syntaxoptions
{ Object } Options objectname
{ String }type
{ String }principal
{ String }environment
{ String = "*" }weight
{ Number = 0 }
@job(cron, principal, options)
Arguments
cron
{ String } Cron job syntaxprincipal
{ String }options
{ Object } Options objectname
{ String }type
{ String }environment
{ String = "*" }weight
{ Number = 0 }
Method Options
methodOptions
{ Object } Options passed to the methodruntime
{ Object }name
{ String }type
{ String }principal
{ String }environment
{ String = "*" }weight
{ Number = 0 }configuration
{ Object }cron
{ String }
metadata
{ Object }resource
{ String }className
{ String }methodName
{ String }static
{ Boolean }loc
{ Object }line
{ String }column
{ String }
Examples
Override Jobs
Last updated