quantum-elixir/quantum-core

Problem: Job Scheduling via Cron Notation complicated

Open

#268 geöffnet am 25. Sept. 2017

Auf GitHub ansehen
 (2 Kommentare) (10 Reaktionen) (0 zugewiesene Personen)Elixir (153 Forks)batch import
advancedenhancementhelp wantedidea

Repository-Metriken

Stars
 (2.408 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 9h) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide