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 1476993 commit d5ace87Copy full SHA for d5ace87
Sources/JobsPostgres/PostgresJobsQueue.swift
@@ -78,7 +78,9 @@ public final class PostgresJobQueue: JobQueueDriver {
78
let queueName: String
79
80
/// Initialize configuration
81
- /// - Parameter pollTime: Queue poll time to wait if queue empties
+ /// - Parameters
82
+ /// - pollTime: Queue poll time to wait if queue empties
83
+ /// - queueName: Name of queue we are handing
84
public init(
85
pollTime: Duration = .milliseconds(100),
86
queueName: String = "default"
0 commit comments