chore: mirror changes from BitBucket

This commit is contained in:
Sanchith Hegde
2022-11-21 18:47:04 +05:30
parent df5e4defd3
commit 2a2febb0f8
76 changed files with 2219 additions and 744 deletions

View File

@ -1,6 +1,7 @@
#![allow(dead_code)]
pub mod consumer;
pub mod metrics;
pub mod producer;
pub mod types;
pub mod utils;
@ -20,7 +21,7 @@ pub async fn start_process_tracker(
state: &AppState,
options: Arc<SchedulerOptions>,
scheduler_flow: SchedulerFlow,
scheduler_settings: SchedulerSettings,
scheduler_settings: Arc<SchedulerSettings>,
) -> CustomResult<(), errors::ProcessTrackerError> {
match scheduler_flow {
SchedulerFlow::Producer => {