Faktory v0.6.0 Release Notes

    • โž• Add support for job priorities [#68, andrewstucki] Jobs may now include "priority" with values 1-9, 9 being highest priority. Push a job with "priority":9 and it will effectively go to the front of the queue. The default priority is 5. {"jid":"12o31i2u3o1","jobtype":"FooJob","args":[1,2,3],"priority":8}
    • Various protocol changes [#72]
    • โœ‚ Remove TLS support in server [#76]
    • ๐Ÿ›  Fix heartbeat pruning so old workers disappear from Busy page [#37]
    • โž• Add Docker image [#13]
    • โž• Add Homebrew install [#10]
    • ๐Ÿ’… Lots of polish and code cleanup from cdrx, agnivade, adomokos, ustrajunior, jwsslley and others. Thank you!