SwiftQueue icon indicating copy to clipboard operation
SwiftQueue copied to clipboard

Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more

Results 3 SwiftQueue issues
Sort by recently updated
recently updated
newest added

eg: jobA.addDependency(jobB)

PR Welcome

👋 I'm having a problem with duplicate job runs after app startup when the job is persisted: Repro: https://gist.github.com/ruslandoga/425765b892605c426f55b7c02683bace Version: SwiftQueue (5.0.2) Expected output: ``` job created Optional(["id": 4]) job...

PR Welcome

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies
wontfix