faktory

Version 1.1.3.0 revision 0 uploaded by PatrickBrisbin.

Package meta

Synopsis
Faktory Worker for Haskell
Description

Haskell client and worker process for the Faktory background job server.

Architecture overview

|                        +--------------------+
|                        |                    |
|                        |     Faktory        |
|                        |     Server         |
|         +---------->>>>|                    +>>>>--------+
|         |              |                    |            |
|         |              |                    |            |
|         |              +--------------------+            |
| +-----------------+                            +-------------------+
| |                 |                            |                   |
| |    Client       |                            |     Worker        |
| |    pushes       |                            |     pulls         |
| |     jobs        |                            |      jobs         |
| |                 |                            |                   |
| |                 |                            |                   |
| +-----------------+                            +-------------------+
  • Client - an API any process can use to push jobs to the Faktory server.

  • Worker - a process that pulls jobs from Faktory and executes them.

  • Server - the Faktory daemon which stores background jobs in queues to be processed by Workers.

This package contains only the Client and Worker.

Author
Freckle Engineering
Bug reports
https://github.com/frontrowed/faktory_worker_haskell/issues
Category
Network
Copyright
2018 Freckle Education
Homepage
https://github.com/frontrowed/faktory_worker_haskell#readme
Maintainer
engineering@freckle.com
Package URL
n/a
Stability
n/a

Components