datapackage-pipelines
datapackage-pipelines copied to clipboard
Add DPP_CELERY_TIMEZONE conf support
- [ ] I've added tests to cover the proposed changes
Changes proposed in this pull request:
- If set, env var
DPP_CELERY_TIMEZONEvalue will be passed toCELERY_TIMEZONEconf var, which makes the crontab feature easier to use (crontab set and executed in local timezone)
Pull Request Test Coverage Report for Build 1169
- 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
- 10 unchanged lines in 2 files lost coverage.
- Overall coverage decreased (-8.5%) to 17.093%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| datapackage_pipelines/celery_tasks/celery_common.py | 0 | 1 | 0.0% |
| <!-- | Total: | 0 | 1 |
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| .tox/py37-plyvel/lib/python3.7/site-packages/datapackage_pipelines/celery_tasks/celery_common.py | 5 | 0% |
| .tox/py37-sqlite/lib/python3.7/site-packages/datapackage_pipelines/celery_tasks/celery_common.py | 5 | 0% |
| <!-- | Total: | 10 |
| Totals | |
|---|---|
| Change from base Build 1166: | -8.5% |
| Covered Lines: | 1737 |
| Relevant Lines: | 10162 |