Nick Kallis

Results 3 comments of Nick Kallis
trafficstars

There is also a problem when the input is close to the right edge of the window... then only the half calendar is shown... This is a big problem for...

We want the server which added the recurrent job (or a direct job) to be the one that will execute the job! If i understand correctly this pull request will...

Actually this seems to be working for us (we don't use retries for failed jobs): ``` // on app start app.UseHangfireServer(new BackgroundJobServerOptions { Queues = new[] { TaskQueueName.GetServerQueueName() } });...