@ -83,7 +83,7 @@ def webhook_test_async():
curl -X POST http://localhost:8010/users/webhook_test_async/ -d {'data':'ping'}
"""
task = task_process_notification.delay()
print(task.id)
logger.info(task.id)
return "pong"