Re: Disable cron runs

2017-10-13 Thread moon soo Lee
Hi,

Currently, there's no easy way to disable cron.
I think it's okay to add configuration parameter that disables all cron
run, while the default value of the parameter enable the cron (for backward
compatibility).

Let me know if you need any help on this.

Thanks,
moon

On Wed, Oct 4, 2017 at 2:35 AM Belousov Maksim Eduardovich <
m.belou...@tinkoff.ru> wrote:

> Hello, dev!
>
> Our team have about 600 notes and 35 of them are scheduled. Some scheduled
> notes create tables in DB and send e-mails.
> We want to hide testing activities when we test notes on another server.
> Now we remove cron parameters in json files. It is not cool.
>
> Are there any workarounds to disable running of notes with cron?
> Can it be a good decision to add a new server parameter that will disable
> all cron runs?
>
>
> Thanks,
>
> Maksim Belousov
>
>


Disable cron runs

2017-10-04 Thread Belousov Maksim Eduardovich
Hello, dev!

Our team have about 600 notes and 35 of them are scheduled. Some scheduled 
notes create tables in DB and send e-mails.
We want to hide testing activities when we test notes on another server.
Now we remove cron parameters in json files. It is not cool.

Are there any workarounds to disable running of notes with cron?
Can it be a good decision to add a new server parameter that will disable all 
cron runs?


Thanks,

Maksim Belousov