reenable request processor
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
from celery import shared_task
|
||||
from billard import utils
|
||||
from django.conf import settings
|
||||
import requests
|
||||
|
||||
|
||||
@shared_task
|
||||
def process_location_data():
|
||||
utils.process_location_data()
|
||||
def request_process_location_data():
|
||||
requests.get(url=settings.URL_LOCATION_PROCESSOR)
|
||||
|
||||
Reference in New Issue
Block a user