You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have an event driven architecture and not schedule based. Currently we use apscheduler to run all our jobs on lv-media to check for file changes. Rather we should use watchdog to watch for file changes and trigger the necessary callbacks. https://pypi.python.org/pypi/watchdog