@@ -278,7 +278,7 @@ async def video_sender(video_obj, user, trace_id, platform, index):
"Content-Type": "application/json",
}
await request_etl(
- url="http://localhost:4612/etl",
+ url="http://47.99.132.47:4612/etl",
headers=header,
json_data=mq_obj
)