From c5fb6d18eab4a9332bf4f24d50272fb1d126d770 Mon Sep 17 00:00:00 2001 From: Israel Neves Micha Date: Thu, 24 Sep 2020 21:20:29 -0300 Subject: [PATCH] Update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index d92f2b7..bf019c6 100644 --- a/README +++ b/README @@ -80,6 +80,8 @@ Unregistering (removing) task: Getting task progress information: curl -v 'http://:12800/api/get_task_progress' --data '{"task_id":123}' + +OBS: Avoid doing so many requests, try using every 4000ms+ Finding task id by content id and sub type: curl -v 'http://:12800/api/find_task' --data '{"content_id":"UP1004-CUSA03041_00-REDEMPTION000002","sub_type":6}'