Giter Site home page Giter Site logo

Comments (7)

demisang avatar demisang commented on July 29, 2024 1

Uninstall current version:

apt-get remove gearman-job-server

And try this:

sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update
sudo apt-get install php-gearman

then check php --info | grep gearman

from php-gearman.

demisang avatar demisang commented on July 29, 2024

Yes, you must install Gearman PHP-extension: http://gearman.org/getting-started/#gearman_php_extension

from php-gearman.

theromie avatar theromie commented on July 29, 2024

1st I install apt-get install gearman-job-server
2nd gearmand -d
3rd gearmand -vvv
4th I directly jump to Gearman PHP Extension and perform till ./configure But after that make command and make install command throws error - make: *** No rule to make target `install'. Stop

from php-gearman.

theromie avatar theromie commented on July 29, 2024

I skipped Client and Worker API step. Is that neccesory thing? And I am using php 7.1 and PECL throws the error of not compatible with 7.*

from php-gearman.

theromie avatar theromie commented on July 29, 2024

/etc/php/7.1/cli/conf.d/20-gearman.ini,
gearman
gearman support => enabled
libgearman version => 1.1.17

from php-gearman.

theromie avatar theromie commented on July 29, 2024

After that should i do gearmand -d

from php-gearman.

theromie avatar theromie commented on July 29, 2024

after running sudo php artisan gearman
Workers sets:

  1. general
  2. minimal
  3. maximal

Choise worker set: 2

Active workers:
crop_image: 50
bad_worker: 50

Config file saved
Supervisor stopped, waiting 5 seconds...
Supervisor started

and Bottom code for Laravel - At Any Place
I have added inside Controller and when i hit that route it goes to 504 Gateway error

from php-gearman.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.