stalker icon indicating copy to clipboard operation
stalker copied to clipboard

A minimalist queueing DSL for Beanstalk.

Results 4 stalker issues
Sort by recently updated
recently updated
newest added

Use load instead of require to allow files without an extension to be loaded

New method enqueue_with_response for RPC kind of functionality: ``` job "concat" do |args| args['a'] + args['b'] end Stalker.enqueue_with_response "concat", :a => 'foo', :b => 'bar' => "foobar" ``` I dont'...

The `\r` character causes the 'Exiting' message to overwrite other output. For example, when used with Foreman, exiting Foreman causes this output: ``` Exiting1 worker.1 | ``` instead of ```...

Please do not swallow exceptions, and do not exit without my consent. I simpĺy changed the code to let the exception bubble up.