This repository was archived by the owner on Oct 22, 2024. It is now read-only.
|
I'm trying to do outgoing http requests from the micro written in Go. For example, to cron-job.org. Seems that those calls take ages. For example: 2023-03-16T22:35:44Z - INFO | cron-job.org | duration=89774.758105 Duration is in milliseconds here. When I run from my home PC, the connections are almost instant, as expected. Does Space limit or throttle outgoing network traffic? I implemented a similar test micro in python, making outgoing HTTP requests. The micro works strangely. Sometimes it hangs, and sometimes it restarts. Also, logs are not preserved. I cannot figure out what exactly is happening. In the old deta.sh the same code worked with no problem for a long time. |
Answered by
begoon
Mar 17, 2023
Replies: 2 comments
|
Not an issue. |
0 replies
Answer selected by
abdelhai
|
Closed |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not an issue.