pub fn files_filter(
    context: Arc<RwLock<SchedulerContext>>,
    path: PathBuf
) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone