quantum-elixir/quantum-core

Problem: Job Scheduling via Cron Notation complicated

开放

#268 创建于 2017年9月25日

 (2 条评论) (10 个反应) (0 位负责人)Elixir (153 个派生)batch import
advancedenhancementhelp wantedidea

仓库指标

星标
 (2,408 个星标)
PR 合并指标
 (平均合并 1天 9小时) (30 天内合并 11 个 PR)

描述

Description

Quantum currently allows configuration via Cron Notation. This works very well for statically recurring events, but doesn't work very well for dynamic ones.

If you for example want to run a dynamic job once every day for 7 days until it stops, that's very complicated to do.

Implementation

Generic way of configuring such jobs should be provided. Any Ideas how to do that?

PR

We'd be happy to receive a PR (after the implementation details are cleared). If this is a popular request please leave a 👍 so that we see that this is important to our users and implement it ourselves.

贡献者指南