action execution timeout after 10 seconds not 10 minutes.
Today I am a bit puzzled I use self hosted convex and have a problem with an action that timeouts after 10 seconds. The Doc says 10 minutes: https://docs.convex.dev/production/state/limits. But the code (Rust backend code) indeed says 10 seconds! So either the documentation is wrong or the code: https://github.com/get-convex/convex-backend/blob/main/crates/isolate/src/tests/action.rs#L63 (test which expects a timeout after 10 seconds)
The action which is timeouting is simple as:
I am in the V8 context, so no
use node and would expect that this action just runs. Which is not the case and leads toI hope this has something to do with wrong runtime (like node execution which should not be) and I hope 10 minutes is the limit intendend.
Thanks (also for the support so far)
