rubemz / test-memory-leak-401

See https://github.com/phstc/shoryuken/issues/401

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a test project for the memory leak problem @nickooolas and I are debugging. See #401.

Running

Make sure to export AWS creds, also with permissions for creating a queue name test.

git clone git@github.com:phstc/test-memory-leak-401.git

cd test-memory-leak-401

./start.sh

start.sh will start a Shoryuken process with concurrency 5 and delay 5, same as reported in here

The test worker will keep enqueuing back a single message delaying up to 5 minutes rand(1..300).

For increasing the queue activity bundle exec ./enqueue.rb 1000, this will enqueue 1000 messages. These messages won't be enqueued back.

About

See https://github.com/phstc/shoryuken/issues/401


Languages

Language:Ruby 71.0%Language:Shell 29.0%