Skip to content
New issue

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

submit task sequentially #489

Merged
merged 2 commits into from
Sep 7, 2021
Merged

submit task sequentially #489

merged 2 commits into from
Sep 7, 2021

Conversation

ChawinTan
Copy link

Signed-off-by: ChawinTan [email protected]

What's new

Self-checks

  • I'm familiar with and follow this Typescript guideline
  • I added unit-tests for new components
  • I tried testing edge cases
  • I tested the behavior of the components that interact with the backend, with an e2e test

Discussion

Signed-off-by: ChawinTan <[email protected]>
@koonpeng
Copy link
Collaborator

koonpeng commented Sep 6, 2021

This is probably related to #484. Submitting task is designed to be parallel to improve performance. We can implement sequential submission of tasks for now but ideally I think rmf should support batch task submissions. Without batch task support from rmf, we are unable to provide proper error/success response and rollbacks in the case where some of the tasks have invalid inputs or failed for any reason.

Opened an issue in rmf_task open-rmf/rmf_task#40

@cnboonhan cnboonhan merged commit d0cc571 into throwaway/demo Sep 7, 2021
@cnboonhan cnboonhan deleted the fix/ordered-task branch September 7, 2021 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants