cronex icon indicating copy to clipboard operation
cronex copied to clipboard

Ability to manually start the scheduler

Open Trevoke opened this issue 8 years ago • 2 comments

Right now we have rolled our own and we have an env-level config value that we set as a boolean, which we pass as an init option.

In order to use Cronex, right now I'll have to do something more verbose and basically only add it to the supervision tree if the value is true.

Trevoke avatar Sep 25 '17 17:09 Trevoke

@Trevoke Can you give me an example where this might be useful ?

jbernardo95 avatar Sep 25 '17 18:09 jbernardo95

Well, let's say a job of mine clears an ets table. That's not something that I want to have happen while a test is running. That could cause trouble.

On Mon, Sep 25, 2017 at 2:14 PM Joao Bernardo [email protected] wrote:

@Trevoke https://github.com/trevoke Can you give me an example where this might be useful ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jbernardo95/cronex/issues/3#issuecomment-331967096, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEJSYLfSo4jNs8vDyxfx19c3ZqHAkD-ks5sl-2PgaJpZM4PjEgj .

Trevoke avatar Sep 25 '17 22:09 Trevoke