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

Add script to continue integration run #1418

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

garrrikkotua
Copy link
Contributor

@garrrikkotua garrrikkotua commented Sep 4, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at c5e857b

Added a script and database methods to resume interrupted integration runs. The continue-run.ts script uses the findIntegrationRunById and restart methods from the integrationRun.repo.ts file to query and update the integration run table.

🤖 Generated by Copilot at c5e857b

continue-run script
resumes integration runs
with database help

Why

How

🤖 Generated by Copilot at c5e857b

  • Add a script command to run continue-run.ts (link)
  • Implement findIntegrationRunById and restart methods in integrationRun.repo.ts to query and update the integration runs table (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@garrrikkotua garrrikkotua merged commit 947115d into main Sep 4, 2023
7 checks passed
@garrrikkotua garrrikkotua deleted the feature/continue-run-script branch September 4, 2023 16:24
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.

None yet

1 participant