-
Couldn't load subscription status.
- Fork 130
fix: fix fdb cli, wf pulling #2418
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
fix: fix fdb cli, wf pulling #2418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR enhances database operations and CLI functionality in the Rivet system. Here's a concise summary of the key changes:
- Modified FDB CLI's
setcommand to support dual-purpose key/value parameter, improving usability for command-line operations - Added proper error handling for SQLite initialization failures in workflow pulling process
- Marked
find_workflowas unimplemented in CockroachDB/NATS driver - Improved workflow data handling with
Option<PulledWorkflowData>return type - Enhanced error recovery by adding workflow error message commits during SQLite failures
The changes focus on improving system resilience and user experience while maintaining proper error handling throughout the codebase.
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
1650804 to
169d0bd
Compare
42a5321 to
8b0fadf
Compare
169d0bd to
9b476d9
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->

Changes