Issue #6 automatize harvester
Implements the automatic harvesting task described in issue #6
- The automatic harvesting taks is queued or dequeued according to the application parameters:
authorize_harvester_scan
harvester_scan_date
- The python logger is used for debugging.
- The queuing or dequeuing of the automatic harvesting task is performed at web page loading. It should also be performed when the application parameters are updated by calling the start_or_stop_automatic_harvester() function in models/tasks.py.
- See comments in top of
models/tasks.py
for explanations on setting up the scheduler.