Васил Савовски
Results
2
issues of
Васил Савовски
It would be nice to add a feature for sharing app state across the jobs, something similar like https://docs.rs/actix-web/4.4.1/actix_web/web/struct.Data.html ```rust // This struct represents state struct SchedulerState { config: AppConfig,...
enhancement
Is there any particular reason why channel capacity is limited to 200? I have a use case where I need to schedule huge amount of jobs, which should be executed...