Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't deserialize parameters in individual adapters. | Douwe Maan | 2014-05-21 | 1 | -0/+2 |
| | | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier. | ||||
* | Moved log_subcriber dependency and cleanup | Cristian Bica | 2014-05-20 | 1 | -1/+0 |
| | |||||
* | Added logging capabilities | Cristian Bica | 2014-05-20 | 1 | -1/+4 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 1 | -4/+2 |
| | |||||
* | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 1 | -13/+4 |
| | |||||
* | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 1 | -6/+3 |
| | |||||
* | Dont need the explicit error handling -- if the require fails, it will raise ↵ | David Heinemeier Hansson | 2014-05-19 | 1 | -14/+2 |
| | | | | exactly the error we want to communicate anyway. Also use the load path, so we can allow plugins, rather than requre_relative | ||||
* | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 1 | -4/+19 |
| | |||||
* | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 1 | -0/+1 |
| | |||||
* | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 1 | -0/+1 |
| | |||||
* | Queue naming with a base, which requires a JobWrapper to comply to Resques ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -2/+8 |
| | | | | expectation of a class variable | ||||
* | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 1 | -2/+5 |
| | |||||
* | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+7 |
| | |||||
* | Skeleton gem | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+4 |