Skip to content

Conversation

@raphael-goetz
Copy link
Member

Resolves: #80

Copy link
Contributor

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

Implements a new Cron-based adapter service to trigger stored flows on a schedule (resolves #80).

Changes:

  • Added a new adapter/cron Rust binary crate implementing the Cron adapter loop and flow identification.
  • Registered the new adapter in the workspace and introduced workspace-level chrono and cron dependencies.
  • Updated Cargo.lock to include the new crate and transitive dependencies.

Reviewed changes

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

File Description
adapter/cron/src/main.rs Adds the Cron adapter runtime loop and CRON_* flow-setting based matching.
adapter/cron/Cargo.toml Defines the new cron adapter crate and its dependencies.
Cargo.toml Adds the cron adapter to the workspace and introduces shared dependency versions.
Cargo.lock Locks new direct/transitive dependencies introduced by the cron adapter.

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

@raphael-goetz raphael-goetz merged commit a7b805c into main Jan 30, 2026
4 checks passed
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.

CRON Adapter

2 participants