We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! really appreciate to your hard work. I met a problem with a withJobbed component when got a new work while the component already proceeding a job
scenario is like below:
state: { completed: false }
state: { completed: true, error: {..} }
state: { completed: true, data: {..}, error: {..} }
maybe another scenario can be like below:
state: { completed: true, data: {..} }
state: { completed: true, data: {.. overriden} }
I think it need to abort the old job or handle as abandoned when got a new job Thanks in advance
The text was updated successfully, but these errors were encountered:
Apologies I have been out of action for so long. I will be reviewing this soon. Thanks for raising this issue!
Sorry, something went wrong.
No branches or pull requests
Hey! really appreciate to your hard work.
I met a problem with a withJobbed component when got a new work while the component already proceeding a job
scenario is like below:
state: { completed: false }
state: { completed: false }
state: { completed: true, error: {..} }
state: { completed: true, data: {..}, error: {..} }
maybe another scenario can be like below:
state: { completed: false }
state: { completed: false }
state: { completed: true, data: {..} }
state: { completed: true, data: {.. overriden} }
I think it need to abort the old job or handle as abandoned when got a new job
Thanks in advance
The text was updated successfully, but these errors were encountered: