UserEventNotificationJob
public struct UserEventNotificationJob : AsyncScheduledJob
Job to push socket notifications of an upcoming event on a “cron” (and by “cron” I mean Vapor Queue).
-
processEvents(_:Asynchronous) Declaration
Swift
func processEvents(_ context: QueueContext) async throws -
processFezzes(_:Asynchronous) Declaration
Swift
func processFezzes(_ context: QueueContext) async throws -
run(context:Asynchronous) Declaration
Swift
public func run(context: QueueContext) async throws
View on GitHub