Mike Perham
|
00501031df
|
One redis accessor to rule them all.
|
2012-02-17 13:39:36 -08:00 |
|
Mike Perham
|
ac5d879361
|
Add .registered_workers and .registered_queues to Sidekiq::Client
|
2012-02-15 11:28:19 -08:00 |
|
Mike Perham
|
64e72eef28
|
Revert "fetch queue list stored by middleware"
Client.queues is used by Worker#queue
This reverts commit ea2316bf81 .
|
2012-02-15 10:58:14 -08:00 |
|
Andre Arko
|
ea2316bf81
|
fetch queue list stored by middleware
|
2012-02-14 19:07:32 -08:00 |
|
Mike Perham
|
fd46c5471a
|
Client workers can now define associated queue
Configure client middleware chain by default
Middleware entries should be unique
Change client#push to return boolean based on pushed or not.
|
2012-02-10 20:20:01 -08:00 |
|
Ryan LeCompte
|
3fdb26b4db
|
minor cleanup of RedisConnection
|
2012-02-09 22:00:40 -08:00 |
|
Mike Perham
|
a1f78816a7
|
Implement generic Ruby support via simple require flag
Various cleanups
It's "assert_equal(expected, actual)"
|
2012-02-09 20:32:59 -08:00 |
|
Max Spransy
|
8caa3ee950
|
add resque web compatability middleware
|
2012-02-09 12:39:45 -06:00 |
|
Max Spransy
|
78aad94817
|
Pass queue to middleware when called
|
2012-02-09 11:25:04 -06:00 |
|
Max Spransy
|
c34ec108a4
|
Move redis connection logic into class. Add support for namespaces via redis-namespace gem
|
2012-02-09 10:26:43 -06:00 |
|
Ryan LeCompte
|
c3609d6d48
|
refactor middleware into client/server layers
|
2012-02-08 17:04:02 -08:00 |
|
Ryan LeCompte
|
a093e29a9a
|
use md5 hash, not base64
|
2012-02-08 08:11:20 -08:00 |
|
Ryan LeCompte
|
1a028c4a2f
|
introduce middleware for cleanup of encoded payloads
|
2012-02-07 17:18:28 -08:00 |
|
Ryan LeCompte
|
62045af3d5
|
add unique payloads support, addresses issue #4
|
2012-02-07 03:29:09 -08:00 |
|
Mike Perham
|
29a89d7a25
|
Last minute fixes
|
2012-02-05 13:22:57 -08:00 |
|
Mike Perham
|
023099dde6
|
Support autoconfig of Redis in Heroku
|
2012-02-05 12:59:24 -08:00 |
|
Mike Perham
|
e8b8e53175
|
Remove daemonization code, let god/monit handle it.
Use a 'default' queue for simplicity.
|
2012-01-24 14:53:36 -08:00 |
|
Mike Perham
|
e7ae72d3d3
|
More client testing
|
2012-01-23 12:56:49 -08:00 |
|
Mike Perham
|
3b8b655807
|
worker mgmt and msg dispatch
|
2012-01-22 11:32:38 -08:00 |
|
Mike Perham
|
14bd63705a
|
Documentation, start client work
|
2012-01-21 16:42:21 -08:00 |
|