Skip to content

Commit 7b5fae1

Browse files
committed
Update PostgresJobsQueue.swift
1 parent 3d5352f commit 7b5fae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JobsPostgres/PostgresJobsQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public final class PostgresJobQueue: JobQueueDriver, CancellableJobQueue, Resuma
470470
}
471471
/// Helper func which to be use by a scheduled jobs
472472
/// for performing job clean up based on a given set of policies
473-
public func processDataRetentionPolicies() async throws {
473+
public func processDataRetentionPolicy() async throws {
474474
try await self.client.withTransaction(logger: logger) { tx in
475475
let now = Date.now.timeIntervalSince1970
476476
let retentionPolicy: RetentionPolicy = configuration.retentionPolicy

0 commit comments

Comments
 (0)