Quartz -Scheduler - how I edit configuration in MAUI while scheduler is running?
Hi,
I have GUI client app in maui that insert configuration as seen in screencast in my DB.
The service (worker service) read this configuration from DB and run the jobs using scheduler.
Here part of screens in client:
I want to add/edit/remove configurations on client
and server - scheduler adopt these changes of the client on the fly.
My problem is when jobs are running on server, and end user edit or add or remover job
how the server (the scheduler) can handle these while is running ?
What i need to do on scheduler , server side to adopt these changes on the fly without stopping the service.
The operations are add/edit/remove job?
Thanks in advance.