mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(scheduler): move scheduler to new crate to support workflows in multiple crates (#1681)
This commit is contained in:
7
crates/scheduler/src/flow.rs
Normal file
7
crates/scheduler/src/flow.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[derive(Copy, Clone, Debug, strum::Display, strum::EnumString)]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum SchedulerFlow {
|
||||
Producer,
|
||||
Consumer,
|
||||
Cleaner,
|
||||
}
|
||||
Reference in New Issue
Block a user