Phoenix

A flexible job system with persistence for Swift.


Keywords
ios, job-queue, mobile, sidekiq, swift
License
MIT
Install
pod try Phoenix

Documentation

Phoenix

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.

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Phoenix is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Phoenix'

Usage

Documentation and guide coming soon.

Todo

  • Support for Codable protocol for Workers.
  • Support for additional serializers and storage mechanisms.
  • A more full featured example application.

Author

Anthony Persaud, https://www.modernistik.com

License

Phoenix is available under the MIT license. See the LICENSE file for more info.