UpdateRedisJob
public struct UpdateRedisJob : AsyncScheduledJob
Job to fix Redis data inconsistencies run on a “cron” (and by “cron” I mean Vapor Queue).
-
run(context:
Asynchronous) Declaration
Swift
public func run(context: QueueContext) async throws