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

Feat(wfm): rnasum rerun api #713

Merged
merged 7 commits into from
Nov 22, 2024
Merged

Conversation

williamputraintan
Copy link
Member

@williamputraintan williamputraintan commented Nov 21, 2024

  • added a rerun endpoint based on existing workflow run id (api/v1/workflowrun/{orcabusId}/rerun)

    It will take the first READY payload from the particular workflow-run id, override it, and put it as a new event to the eventbridge (sourced: orcabus.workflowmanagerapi).

  • payload serializer will validate based on the workflow type (currently only support for rnasum dataset)

  • Upgrade lambda memory

Resolve #699

@williamputraintan williamputraintan merged commit 5b87906 into main Nov 22, 2024
6 checks passed
@williamputraintan williamputraintan deleted the feat(wfm)/add-rnasum-rerun-api branch November 22, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workflow-manager: add endpoint to trigger workflow (re-)runs
2 participants