Hi @ismcagdas, @aaron, I'm using Hangfire to manage background jobs.
Should I also add a check on UseHangfireServer
in Startup.cs?
@aaron, is there any way to limit background jobs to just 1 instance? I do not want to disable background jobs
Yes @aaron. I want to run multiple instances.
How can I control the background jobs so they only run in 1 server?
Just wanted to confirm if any change required at frontend :)
@ismcagdas ?
Hi @ismcagdas,
What changes do I have to make in Angular frontend? Do I need to update all dates on Angular?
What would be the steps required to change all dates to UTC format on Angular + .NET Core solution?
How to disable logging of all events in Logs file and only keep exception logs and logs that are added by Logger
?
Is it possible to write Logger
logs in seperate log files?
Hi @maliming, I cannot find any way to configure Hangfire server timeout in AspNetZero code.