feat: ticker format, test_utils, Makefile

This commit is contained in:
Elijah McMorris 2024-10-02 15:59:39 -07:00
parent 493ea31661
commit 126005905b
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
10 changed files with 242 additions and 96 deletions

View file

@ -1,4 +1,5 @@
use anyhow::{Error, Result};
use ark_invest_api_rust_data::{util::ticker::Ticker, *};
use clokwerk::{AsyncScheduler, Job, TimeUnits};
use futures::future::join_all;
use lazy_static::lazy_static;
@ -11,10 +12,6 @@ use strum::IntoEnumIterator;
use tokio::task;
use tokio::time::Duration;
mod util;
use util::ticker::Ticker;
use util::*;
lazy_static! {
static ref SOURCE: Source = match env::var("ARK_SOURCE") {
Ok(val) =>