datapackage-pipelines icon indicating copy to clipboard operation
datapackage-pipelines copied to clipboard

Add DPP_CELERY_TIMEZONE conf support

Open abulte opened this issue 5 years ago • 1 comments

  • [ ] I've added tests to cover the proposed changes

Changes proposed in this pull request:

  • If set, env var DPP_CELERY_TIMEZONE value will be passed to CELERY_TIMEZONE conf var, which makes the crontab feature easier to use (crontab set and executed in local timezone)

abulte avatar Nov 23 '20 07:11 abulte

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 Coverage Status
Change from base Build 1166: -8.5%
Covered Lines: 1737
Relevant Lines: 10162

💛 - Coveralls

coveralls avatar Nov 23 '20 08:11 coveralls