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
run(context:)The method called when the job is run.