Ash.Actions.Read.AsyncLimiter - Process is not alive or there`s no process .....
Hi!
I am at a loss here with trying to debug the origin of this error.
Everything works when I perform a normal
Ash.read
, but as soon as I use Ash.page
I get the following error.
Any ideas where I can start to look to find the reason for this error?
I have the latest version of Ash, 3.5.24
7 Replies
Never seen that before 😅
Can you reproduce it outside of your app?
I can try, but I have never seen it myself either..
I removed all the
load
calls as well since it mentions calculations
but no difference.The issue may be somewhere in the query context
On the returned page there is a
rerun
Key
And maybe it has an async limiter hanging around when it should be clearedAnything I can inspect to indicate this? Add some debug in the action or something?
You can look at the return value of the first action
It will be in the page struct, in the context of the rerun query
Your assumption is correct:
This is the same PID that the error shows as well,
PID<0.2099.0
Okay, we need to make sure we're clearing the async limiter on the query context that we return there
Please open an issue