Skip to content

contribsys/faktory

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 17, 2021 09:29
cli
September 27, 2022 11:39
November 15, 2022 06:30
cmd
June 7, 2022 13:23
January 29, 2020 10:52
November 15, 2022 06:30
November 15, 2022 06:30
January 12, 2023 07:56
October 25, 2017 10:09
April 20, 2020 06:24
June 19, 2021 09:02
June 7, 2022 13:50
October 3, 2022 11:37
June 3, 2021 11:17
November 15, 2022 06:30
March 22, 2023 11:30

Faktory Travis Build Status Go Report Card

At a high level, Faktory is a work server. It is the repository for background jobs within your application. Jobs have a type and a set of arguments and are placed into queues for workers to fetch and execute.

You can use this server to distribute jobs to one or hundreds of machines. Jobs can be executed with any language by clients using the Faktory API to fetch a job from a queue.

webui

Basic Features

  • Jobs are represented as JSON hashes.
  • Jobs are pushed to and fetched from queues.
  • Jobs are reserved with a timeout, 30 min by default.
  • Jobs FAIL'd or not ACK'd within the reservation timeout are requeued.
  • FAIL'd jobs trigger a retry workflow with exponential backoff.
  • Contains a comprehensive Web UI for management and monitoring.

Installation

See the Installation wiki page for current installation methods. Here's more info on installation with Docker and AWS ECS.

Documentation

Please see the Faktory wiki for full documentation.

Support

Open up a Discussion or Issue.

Author

Mike Perham, @getajobmike, mike @ contribsys.com