-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: not start rti tasks if not course-config (#216)
* fix: not start rti tasks if not course-config Check the existence of course-config for the processed course_id. If there is not course-config (`PEARSON_ENGINE_COURSES_ENABLED`) for the desired course, RTI requests would not be sent. * feat: use only `PEARSON_ENGINE_COURSES_ENABLED` This setting must be a list with the course_id strings enabled
- Loading branch information
Showing
2 changed files
with
86 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters