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 e90ebd8 commit 0a1607dCopy full SHA for 0a1607d
Tests/JobsPostgresTests/JobsTests.swift
@@ -859,14 +859,7 @@ final class JobsTests: XCTestCase {
859
}
860
let expectation = XCTestExpectation(description: "TestJob.execute was called", expectedFulfillmentCount: 3)
861
try await self.testJobQueue(
862
- numWorkers: 1,
863
- configuration: .init(
864
- retentionPolicy: .init(
865
- cancelled: .retain(for: 1),
866
- completed: .retain(for: 1),
867
- failed: .retain(for: 1)
868
- )
869
+ numWorkers: 1
870
) { jobQueue in
871
jobQueue.registerJob(parameters: TestParameters.self) { parameters, context in
872
context.logger.info("Parameters=\(parameters.value)")
0 commit comments