The Phoenix is a persistence job queue system for Swift. It enables building idempotent and asynchronous job tasks using Operation
(NSOperation), that allows for jobs to be stored when the application is about to terminate, and be restored (resumed) once the app has relaunched. The API design pattern was inspired by the wonderful Sidekiq framework.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Phoenix is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Phoenix'
Documentation and guide coming soon.
- Support for Codable protocol for Workers.
- Support for additional serializers and storage mechanisms.
- A more full featured example application.
Anthony Persaud, https://www.modernistik.com
Phoenix is available under the MIT license. See the LICENSE file for more info.