Because I need to increase the timeout, I can’t use your implementation at ic.nomeata.de.
Which timeout do you need? I can change my setup if you want. But maybe better to let you host your own
I do see “Provide your own bootstrap on Amazon Linux 2”, which I assume is what you must have done to get this to run.
I think so, yes. It says “Custom runtime on Amazon Linux 2” here. (Not an AWS expert myself.)
Will I need to make changes to (patch?) the runtime code (agent-rs?) to get it to work the way you did?
Nope, if you look at my Cargo.toml
you’ll see that it pins the patched version of the agent:
[patch.crates-io]
ic-agent = { git = "https://github.com/nomeata/agent-rs", branch = "joachim/musl-hacks" }
ic-types = { git = "https://github.com/nomeata/agent-rs", branch = "joachim/musl-hacks" }