Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Fix unregistered tasks #683

Merged
merged 2 commits into from
Sep 25, 2018
Merged

Conversation

cdosborn
Copy link
Contributor

@cdosborn cdosborn commented Sep 24, 2018

Description

Problem

Tasks reported as unregistered

Solution

Re-include imports in service.tasks.init.py

When these imports were removed (reported as unused) celery became unable to
auto-discover the tasks defined there.

It's not clear to me how to properly fix this. Will need to look into a proper fix later.

Checklist before merging Pull Requests

  • Add an entry in the changelog
  • Reviewed and approved by at least one other contributor.

When these imports were removed (reported as unused) celery was not able to
auto discover the tasks included in these files

It's not clear to me how to properly fix this. Will need to look into a proper fix later.
@coveralls
Copy link

coveralls commented Sep 24, 2018

Coverage Status

Coverage increased (+0.07%) to 37.953% when pulling 2ed1736 on cdosborn:fix-unregistered-tasks into cf393fa on cyverse:v34.

@cdosborn cdosborn merged commit a0f684d into cyverse:v34 Sep 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants