Instance Method
run(context:)
The method called when the job is run.
func run(context: QueueContext) -> EventLoopFuture<Void>
Parameters
contextThe
QueueContext.
Default Implementations
AsyncScheduledJob Implementations
run(context:)The method called when the job is run.