UpdateScheduleJob
public struct UpdateScheduleJob : AsyncScheduledJob
Job to update the Sched schedule on a “cron” (and by “cron” I mean Vapor Queue).
-
run(context:
Asynchronous) Declaration
Swift
public func run(context: QueueContext) async throws