Merge lp:~abentley/launchpad/celery-everywhere-6 into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Aaron Bentley on 2012-04-24 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15147 |
| Proposed branch: | lp:~abentley/launchpad/celery-everywhere-6 |
| Merge into: | lp:launchpad |
| Prerequisite: | lp:~abentley/launchpad/celery-everywhere-5 |
| Diff against target: |
215 lines (+112/-3) 5 files modified
lib/lp/services/job/model/job.py (+6/-1) lib/lp/services/job/tests/__init__.py (+2/-0) lib/lp/translations/model/translationpackagingjob.py (+7/-0) lib/lp/translations/model/translationsharingjob.py (+6/-1) lib/lp/translations/tests/test_translationpackagingjob.py (+91/-1) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/celery-everywhere-6 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Deryck Hodge (community) | 2012-04-24 | Approve on 2012-04-24 | |
|
Review via email:
|
|||
Commit Message
Support running translation sharing jobs via Celery.
Description of the Change
= Summary =
Support running TranslationShar
== Pre-implementation notes ==
None
== LOC Rationale ==
Part of a resourced arc that will ultimately reduce LOC.
== Implementation details ==
TranslationShar
All TranslationShar
UniversalJobSource can now return TranslationShar
Better error handling in block_on_job.
== Tests ==
bin/test test_translatio
== Demo and Q/A ==
None
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/

Looks good to me! Thanks! Another job type ready for the new hotness. :)