LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Watch & reload files for worker processes #1094

Closed heyheyjp closed 6 years ago

heyheyjp commented 6 years ago

Fixes #1091.

Overview

The web service app was set up to have files watched and reloaded when changed (via module cache flushing), but the worker apps/processes were not. This change adds file watch & reload for workers, too.

Data Model / DB Schema Changes

None.

Environment / Configuration Changes

None.