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

Commit

Permalink
Merge pull request #683 from cdosborn/fix-unregistered-tasks
Browse files Browse the repository at this point in the history
Fix unregistered tasks
  • Loading branch information
cdosborn authored Sep 25, 2018
2 parents cf393fa + 2ed1736 commit a0f684d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-->

## [Unreleased](https://github.com/cyverse/atmosphere/compare/v34-3...HEAD) - YYYY-MM-DD
### Fixed
- Fix un-registered service tasks
([#683](https://github.com/cyverse/atmosphere/pull/683))

## [v34-3](https://github.com/cyverse/atmosphere/compare/v34-2...v34-3) - 2018-09-24
### Changed
- Upgrade to rtwo version 0.5.24 to get more defensive pagination logic
Expand Down
7 changes: 7 additions & 0 deletions service/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import service.tasks.accounts # noqa
import service.tasks.monitoring # noqa
import service.tasks.driver # noqa
import service.tasks.volume # noqa
import service.tasks.machine # noqa
import service.tasks.snapshot # noqa
import chromogenic.tasks # noqa

0 comments on commit a0f684d

Please sign in to comment.