removeOnComplete + Flow getChildrenValues #1406
Unanswered
rosslavery
asked this question in
Q&A
Replies: 1 comment 2 replies
-
As a follow-up to this... To save redis space I updated my default job options to:
After this, my parent jobs were unable to retrieve any child values using So now I'm more confused than before 😅 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm looking to understand the interaction between the above-mentioned options/methods.
E.g. dispatching a child job with
removeOnComplete: true
, I would have expected the parent job that runs upon child completion to get back no data when callingjob.getChildrenValues()
since the child has been removed from Redis.However upon testing, I can see the parent is still able to access the child returnValues🤔.
Beta Was this translation helpful? Give feedback.
All reactions