m2acgi opened this issue a year ago · 2 comments
An error occurred in my long-running script, what could be the cause?
Script look like this:
# ... while true; do # ... curl --silent --max-time 3600 "${piping_server}/${piping_path}" # ... sleep 1 # ... done # ...
Sorry, the problem has been resolved, thanks.
@m2acgi How could I solve this issue? I'm encountering the same issue.
(Edited) Please disregard this message. I found the issue.