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 6 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

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...

dependencies

I am trying to write a small app that would run a job at set intervals, just like a cron job. To achieve this, I have used the period method...

wontfix

There was a memory retain cycle that was fixed by making monitor and operation weak and using dispatchQueue.async. Even with retain cycle fixed when networkType == .cellular, turning airplane off...

wontfix