#5495 Fix: Minor issues in runworker and createdb
Merged by wombelix. Opened by wombelix.
wombelix/pagure fix_issues_with_runworker_and_createdb  into  master

Download 5495.patch

Part of my work to deploy pagure on kubernetes

  • Use values of env vars PAGURE_CONFIG and ALEMBIC_CONFIG if set. Get full path to alembic config and perform check if file exist, similar as for pagure config.
  • Name argument moved to right position, otherwise celery fails to start. Name argument introduced to allow spinning up workers with unique names.

1 new commit added

  • tests: Replace usage of pytz with datetime.timezone

3 new commits added

  • tests: Replace usage of pytz with datetime.timezone
  • feat(createdb): Honor env vars, validate parameters.
  • fix(runworker): tasks arg at wrong position, name arg missing

3 new commits added

  • tests: Replace usage of pytz with datetime.timezone
  • feat(createdb): Honor env vars, validate parameters.
  • fix(runworker): tasks arg at wrong position, name arg missing

pretty please pagure-ci rebuild

Pull-Request has been merged by wombelix

Metadata