Open scholtz opened 2 years ago
we will check Tx manually ;)
Maybe the deliverable should be changing the ping to every hour instead of 5 minutes? There should be other methods in place to check liveness no...?
My thought was that pinging was simply done in case no other interactions with the contract were happening, which might be the case in this testing environment...
Maybe the deliverable should be changing the ping to every hour instead of 5 minutes? There should be other methods in place to check liveness no...?
My thought was that pinging was simply done in case no other interactions with the contract were happening, which might be the case in this testing environment...
5minutes is an example.
You're also hammering the remote RPC if you're not using local. The latest example has been updated to 2 hours.
Every 2 hours is fine, despite a very expensive gas. I change 310^14 to 3010*13 and is fine with 0.7 near of fees.
With 3*10^12 gets timeout.
i wonder what is the deliverable for for example challange 6.. the txs on the network or the log file?
btw should we turn of the cron jobs? i think that rpc is down because there is ddos of 100-200 servers trying to do txs there each 5 minutes with 10 tries each..