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

Improve Error Strategy for Specific Workflow Processes #3

Open
anilthanki opened this issue Jan 14, 2025 · 1 comment
Open

Improve Error Strategy for Specific Workflow Processes #3

anilthanki opened this issue Jan 14, 2025 · 1 comment

Comments

@anilthanki
Copy link
Contributor

Processes like run_tsne, run_umap, find_markers, and find_clusters currently use errorStrategy 'ignore', allowing them to fail without interrupting the workflow.

A more robust error-handling strategy should be implemented to improve reliability and ensure failures are properly logged and managed.

Tasks:

  • Review current error strategy.
  • Propose and implement a better alternative.
  • Test and validate the new approach.
@anilthanki
Copy link
Contributor Author

This also leads to an inability to retry.

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

No branches or pull requests

1 participant