Is there like an official way to stop scheduler easily when I need to (without any significant loss in speed)?
For example, when I delete data, the scheduler re-uploads it again (which is not correct).
I tried to regulate this with putting some plugin settings variables and then checking them before launching the scheduler (in registerJobRunner() method). But it didn't solve the case entirely (some data still slips out).