this PR replaces the poll function that was doing the updating of line statuses with a cron task.
This cron task allows flexibility: the task is now only ran from 5am to midnight, during regular hours of operation of the tube. It will need to be amended if/when the app supports the night tube.
this PR replaces the
poll
function that was doing the updating of line statuses with a cron task.This cron task allows flexibility: the task is now only ran from 5am to midnight, during regular hours of operation of the tube. It will need to be amended if/when the app supports the night tube.