This commit is contained in:
moicen
2021-09-12 11:44:43 +08:00
parent a02cfd090d
commit ad1fe7695e
+1
View File
@@ -58,6 +58,7 @@ while true do
local http = require "resty.http"
local httpc = http.new()
local remote_url = string.format("%s/api/v1/ts/create_task", task_server)
ngx.log(ngx.ERR, 'remote_url -> ', remote_url)
local res, err = httpc:request_uri(
remote_url,
{