Instance Method
run(context:)
The method called when the job is run
func run(context: QueueContext) async throws
Parameters
contextA
JobContextthat can be used
Default Implementations
AsyncScheduledJob Implementations
func run(context: QueueContext) -> EventLoopFuture<Void>The method called when the job is run.