Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed qu, queue_classic, sneakers adapters | Cristian Bica | 2014-08-07 | 3 | -9/+13 |
| | |||||
* | Fix the test requirement of resque_scheduler | David Heinemeier Hansson | 2014-08-01 | 1 | -3/+7 |
| | |||||
* | Improve the error message when resque-scheduler is not available | David Heinemeier Hansson | 2014-08-01 | 1 | -2/+4 |
| | |||||
* | Rename variables for consistency. | Douwe Maan | 2014-07-29 | 1 | -3/+3 |
| | |||||
* | Fix database serialization of job class names with Que | Tim Riley | 2014-07-29 | 1 | -2/+2 |
| | | | | | When passing a class constant as a job argument, Que’s stored procedures serialize it to JSON in the database as `{}`. This means that when the job (the ActiveJob “wrapper”) is deserialized from the database, it can’t find the original job class to run again. Changing the Que adapter to serialize the job class as a string fixes this behaviour. This change makes the adapter consistent with other adapters too (which constantize a class string in their JobWrapper#perform methods. | ||||
* | Merge pull request #96 from miyagawa/seiralize_globalid | David Heinemeier Hansson | 2014-07-03 | 1 | -1/+1 |
|\ | | | | | Call #to_s when serializing GlobalID. Fix #95 | ||||
| * | Explicitly call #to_s when serializing GlobalID. Addresses #95 | Tatsuhiko Miyagawa | 2014-07-02 | 1 | -1/+1 |
| | | |||||
* | | require both variant of resque-scheduler | Abdelkader Boudih | 2014-07-03 | 1 | -1/+5 |
| | | |||||
* | | require 'resque-scheduler' fix #97 | Abdelkader Boudih | 2014-07-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #92 from cristianbica/master | Rafael Mendonça França | 2014-06-30 | 1 | -0/+1 |
|\ | | | | | Require global_identification in serialisations | ||||
| * | Require global_identification in serialisations | Cristian Bica | 2014-06-26 | 1 | -0/+1 |
| | | |||||
* | | [feature] ActiveJob generator | Abdelkader Boudih | 2014-06-30 | 2 | -0/+31 |
|/ | |||||
* | fix delayed job adapter timestamp | Ignacio Tolosa | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Persist job_id | Cristian Bica | 2014-06-12 | 5 | -26/+20 |
| | |||||
* | Merge pull request #83 from DouweM/patch-8 | David Heinemeier Hansson | 2014-06-12 | 1 | -10/+13 |
|\ | | | | | Clean up Arguments somewhat | ||||
| * | Clean up Arguments somewhat | Douwe Maan | 2014-06-05 | 1 | -10/+13 |
| | | |||||
* | | Merge pull request #85 from DouweM/queue_name | David Heinemeier Hansson | 2014-06-12 | 2 | -5/+13 |
|\ \ | | | | | | | Have .queue_as only set queue name for job in question. | ||||
| * | | Have .queue_as only set queue name for job in question. | Douwe Maan | 2014-06-10 | 2 | -5/+13 |
| |/ | |||||
* / | Implemented :qu adapter | Cristian Bica | 2014-06-12 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #79 from cristianbica/deep-serialization | David Heinemeier Hansson | 2014-06-05 | 1 | -4/+28 |
|\ | | | | | Deep serialization | ||||
| * | Fixed Hash deserialisation | Cristian Bica | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Deep serialization | Cristian Bica | 2014-06-03 | 1 | -4/+28 |
| | | |||||
* | | Raise exception for scheduling jobs in the inline adapter | Cristian Bica | 2014-06-03 | 1 | -10/+2 |
|/ | |||||
* | Sidekiq::Client does not support symbols as keys | Abdelkader Boudih | 2014-05-29 | 1 | -0/+1 |
| | |||||
* | Stray CR | David Heinemeier Hansson | 2014-05-29 | 1 | -1/+0 |
| | |||||
* | Tagged logging | Cristian Bica | 2014-05-29 | 4 | -15/+61 |
| | |||||
* | Don't swallow unhandled exceptions. | Douwe Maan | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | No need for the ClassMethods module | David Heinemeier Hansson | 2014-05-22 | 1 | -6/+3 |
| | |||||
* | Rename #perform_with_hooks to #execution | David Heinemeier Hansson | 2014-05-22 | 11 | -14/+14 |
| | |||||
* | Add exception handling with built-in retry options | David Heinemeier Hansson | 2014-05-22 | 2 | -0/+21 |
| | |||||
* | Standardize on "arguments" for everything -- no more "paramters" | David Heinemeier Hansson | 2014-05-22 | 4 | -29/+29 |
| | |||||
* | Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵ | David Heinemeier Hansson | 2014-05-22 | 14 | -54/+134 |
| | | | | methods return a job instance | ||||
* | Change logging on perform to read more naturally | David Heinemeier Hansson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Hide the instrumentation mechanics a little better | David Heinemeier Hansson | 2014-05-22 | 2 | -5/+14 |
| | |||||
* | Merge pull request #57 from seuros/railtie | Rafael Mendonça França | 2014-05-22 | 3 | -0/+13 |
|\ | | | | | Active Job Railtie | ||||
| * | Railtie hook on ActiveJob::Base | Abdelkader Boudih | 2014-05-22 | 3 | -3/+5 |
| | | |||||
| * | Active Job Railtie | Abdelkader Boudih | 2014-05-21 | 1 | -0/+11 |
| | | |||||
* | | Added tests for logging | Cristian Bica | 2014-05-22 | 2 | -3/+3 |
| | | |||||
* | | Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency. | Douwe Maan | 2014-05-21 | 10 | -20/+20 |
| | | |||||
* | | Don't deserialize parameters in individual adapters. | Douwe Maan | 2014-05-21 | 13 | -14/+34 |
| | | | | | | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier. | ||||
* | | Ensure we are logging the serialized args. | Larry Lv | 2014-05-21 | 1 | -3/+4 |
| | | |||||
* | | Humanely readable timestamp for logging | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+5 |
| | | |||||
* | | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+1 |
| | | |||||
* | | Highlight difference by placing addition at the end | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+2 |
| | | |||||
* | | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -4/+4 |
| | | |||||
* | | Clarify control flow | David Heinemeier Hansson | 2014-05-20 | 1 | -3/+8 |
| | | |||||
* | | Collapse LogSubscriber into Logging | David Heinemeier Hansson | 2014-05-20 | 2 | -29/+26 |
| | | |||||
* | | DRY up the two event loggings | David Heinemeier Hansson | 2014-05-20 | 1 | -14/+14 |
| | | |||||
* | | mergy | Mike Perham | 2014-05-20 | 1 | -1/+0 |
|\ \ | |||||
| * | | Remove stray ## | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+0 |
| |/ |