Skip to content

hanchau/gearman_to_the_rescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

An elegant and generic application framework for distributed processing.

  1. Setup gearadmin and gearman with.

brew install gearmand or

apt install gearman-job-server

  1. Setup gearman job server for mac.

    follow the instructions

  2. You can get the gearman python package from

    gearman package

  3. I'm using python

  $ source /path/to/env
  $ python -m site
  $ cp -r <path/to/gearman/package/dir> </path/to/env>/lib/python3.8/site-packages/
  $ pip install -r requirements.txt
  1. To check the proper installation do
  $ gearadmin --server-version
  $ gearadmin --status
  1. To check the proper installation of the python gearman package do
  $ python -c "import gearman"

if no error is thrown then you are good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages