Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
[Feat] Add the modifyJob method to the Scheduler API
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 .