We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6ba76 commit 14bde79Copy full SHA for 14bde79
Sources/JobsPostgres/PostgresJobsQueue.swift
@@ -63,14 +63,14 @@ public final class PostgresJobQueue: JobQueueDriver {
63
self.delayUntil = .now
64
self.priority = 0
65
}
66
-
+
67
/// Initializer for JobOptions
68
/// - Parameter delayUntil: Whether job execution should be delayed until a later date
69
public init(delayUntil: Date?) {
70
self.delayUntil = delayUntil ?? .now
71
72
73
74
75
76
/// - Parameter priority: The priority for a job
0 commit comments