Hello,
I am working on a little project that depends on firing a function every couple hours.
It would be nice if the user could change the interval of the Hangfire function.
I would like to be able to change the cron interval time during runtime without having to restart the server.
Is this possible? or sould I accept the fact that it is not (for now) possible?
I tried to find information on the forum and online, but I found not a thing.
If this is discussed already, give me the link and I will have a look.