faktory | Language-agnostic persistent background job server | Job Scheduling library

 by   contribsys Go Version: v1.7.0 License: Non-SPDX

kandi X-RAY | faktory Summary

kandi X-RAY | faktory Summary

faktory is a Go library typically used in Data Processing, Job Scheduling applications. faktory has no bugs, it has no vulnerabilities and it has medium support. However faktory has a Non-SPDX License. You can download it from GitHub.

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              faktory has a medium active ecosystem.
              It has 5131 star(s) with 218 fork(s). There are 72 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 17 open issues and 306 have been closed. On average issues are closed in 176 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of faktory is v1.7.0

            kandi-Quality Quality

              faktory has 0 bugs and 0 code smells.

            kandi-Security Security

              faktory has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              faktory code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              faktory has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              faktory releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.
              It has 9695 lines of code, 467 functions and 93 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of faktory
            Get all kandi verified functions for this library.

            faktory Key Features

            No Key Features are available at this moment for faktory.

            faktory Examples and Code Snippets

            No Code Snippets are available at this moment for faktory.

            Community Discussions

            QUESTION

            How to use Faktory with a ruby job and a python worker?
            Asked 2020-Apr-23 at 15:11

            I want to use a ruby script to submit jobs to a faktory server (https://github.com/contribsys/faktory/wiki) to launch a python worker. Faktory should be perfect for that being language agnostic but the documentation covers only the ruby only (job and worker) or python only (job and worker) cases. Quickly, I have two questions:

            • How to register the worker on the python side so that it is addressable from the ruby side?
            • How to code correctly the ruby job (in particular, is the perform method required)?

            Here is a minimal (not) working example. First, the python worker file:

            ...

            ANSWER

            Answered 2020-Apr-23 at 15:11

            Your Ruby code doesn't need any jobs at all. The job is Python. The Ruby code just needs to create and send the job record to Faktory so the python worker can pick it up. In Ruby, you create a basic job using the plain old Faktory::Client API:

            Source https://stackoverflow.com/questions/61374657

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install faktory

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

            Support

            Please see the Faktory wiki for full documentation.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/contribsys/faktory.git

          • CLI

            gh repo clone contribsys/faktory

          • sshUrl

            git@github.com:contribsys/faktory.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Job Scheduling Libraries

            Try Top Libraries by contribsys

            einhorn

            by contribsysRuby

            faktory_worker_go

            by contribsysGo

            faktory_worker_ruby

            by contribsysRuby

            sparq

            by contribsysGo

            homebrew-faktory

            by contribsysRuby