brigade / async_observer Public
forked from kristjan/async_observerRails plugin that provides deep integration with Beanstalk.
License
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
This branch is 47 commits ahead of kristjan/async_observer:master.
Contribute
-
This branch is 47 commits ahead of kristjan:master.
Open a pull request to contribute your changes upstream.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This is Async Observer -- a Rails plugin that provides deep integration with Beanstalk. For more information, see http://async-observer.rubyforge.org/. For more information on Beanstalk, see its home page at http://xph.us/software/beanstalkd/. Worker Options: -d : daemonize --pid [path to pidfile] : drop a pid file to a path -e [test,production,development] : set the rails environment Example Usage: start 3 workers ./vendor/plugins/async_observer/bin/worker -d --pid log/worker1.pid -e production ./vendor/plugins/async_observer/bin/worker -d --pid log/worker2.pid -e production ./vendor/plugins/async_observer/bin/worker -d --pid log/worker3.pid -e production kill one kill -s INT `cat log/worker1.pid` Remember kill a worker will cause it to go into a shutdown phase. Run the above again to kill immediately, but remember all jobs in the workers queue is lost at that point...
About
Rails plugin that provides deep integration with Beanstalk.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published