Issue #32, Initial commit to support watch folders

This commit is contained in:
Roberto Rosario
2014-10-25 04:30:58 -04:00
parent a52148ed16
commit f868d44461
10 changed files with 478 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
def task_check_interval_source(source_id):
source = Source.objects.get_subclass(pk=source_id)
if source.enabled:
source.fetch_mail()
source.check_source()
@app.task(ignore_result=True)