RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat] Add the modifyJob method to the Scheduler API

chinma-yyy opened this issue · comments

Currently Rocket Chat App engine provides method to register processors and scheduling the processors using the scheduleOnce method or scheduleRecurring method . We can cancel these jobs but cannot modify the job like the jobcontext details or when the processor should be scheduled .