Skip to content

Make Retry Function Public#124

Merged
raphael-goetz merged 2 commits intomainfrom
#123-make-retry-function-public
Mar 16, 2026
Merged

Make Retry Function Public#124
raphael-goetz merged 2 commits intomainfrom
#123-make-retry-function-public

Conversation

@raphael-goetz
Copy link
Member

Resolves: #123

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes the flow_service::retry module publicly accessible (per Issue #123) and refreshes the README’s top-level description and feature list.

Changes:

  • Expose src/flow_service/retry.rs via pub mod retry; so downstream crates can access retry helpers.
  • Replace the README intro and feature bullets with a shorter, more explicit summary of crate responsibilities.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/flow_service/mod.rs Changes retry from private to public module to allow external use.
README.md Updates/condenses crate description and enumerates feature responsibilities.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

};

mod retry;
pub mod retry;
[![Documentation](https://docs.rs/code0-flow/badge.svg)](https://docs.rs/code0-flow)

code0-flow is a Rust library developed by Code0 for managing flows within the FlowQueue and FlowStore. This libray is only for the internal usage of the execution block services (Aquila, Draco & Tarurs) and is not intendet to get used elsewhere.
Internal Rust library for CodeZero execution services (Aquila, Draco, Taurus). It manages flow definitions, config helpers, and health checks.
@raphael-goetz raphael-goetz merged commit 26ba306 into main Mar 16, 2026
5 checks passed
@raphael-goetz raphael-goetz deleted the #123-make-retry-function-public branch March 16, 2026 15:02
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.

Make retry module public

2 participants