Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Add a space to comment in SidekiqAdapter | Yoshiyuki Hirano | 2017-12-14 | 1 | -1/+1 |
| | | | | | * I think it's better to have a leading space after the `#` denoting the start of the comment. | ||||
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Fix accessing provider_job_id inside active jobs for sidekiq adapter | Azzurrio | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Refactor sidekiq adapter enqueue and enqueue_at methods | Mehmet Emin İNAÇ | 2015-05-08 | 1 | -6/+2 |
| | |||||
* | Let Sidekiq set provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -2/+6 |
| | | | | | | | | | | When a job is added to Sidekiq by ActiveJob, make sure we still can get the original job_id provider by Sidekiq. We do this by adding the sidekiq jid to provider_job_id field on the job object. Partly fixes #18821 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Pass wrapped class name to Sidekiq for logging purposes | Mike Perham | 2015-03-23 | 1 | -7/+9 |
| | | | | | | | Sidekiq logs the name of the job class being performed. Because ActiveJob wraps the class, this means every job logs as an AJ::JobWrapper instead of the actual class name. Will help fix mperham/sidekiq#2248 | ||||
* | `ActiveJob::QueueAdapters::*` are no longer singletons | Tamir Duberstein | 2015-03-11 | 1 | -15/+13 |
| | |||||
* | Don't pass retry option to Sidekiq | Ari Pollak | 2014-10-08 | 1 | -3/+1 |
| | | | | | * This would override whatever default is configured in Sidekiq system-wide, and retry is true by default anyway. | ||||
* | Tiny follow-up to #16999 [ci skip] | Robin Dupret | 2014-09-27 | 1 | -2/+2 |
| | | | | | | * Fix a typo * Remove references to Rails version * Remove an extra whitespace | ||||
* | Added RDoc for each Active Job adapter | Cristian Bica | 2014-09-22 | 1 | -2/+14 |
| | |||||
* | [ci skip] AJ docs fixes | Akshay Vishnoi | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | 1. Indentation 2. Spaces issues 3. Spelling correction 4. Grammar correction 5. Add #:nodoc: to all internal classes | ||||
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -6/+6 |
| | |||||
* | "warning: `*' interpreted as argument prefix" | Akira Matsuda | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+35 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |