Sergey Odinokov
Sergey Odinokov
@JesseKlaasse, sorry for the delay, and thank you for detailed description. I'll write some thoughts for each feature. ### Display job arguments in all job lists Did you know you...
Full width support will be included by default in the upcoming Hangfire 1.8 release, you can preview it there – http://demo.hangfire.io/hangfire. There were troubles with error popup and sidebar that...
Please check my previous messages regarding full width and visible arguments, these features are already implemented, but filtering and search require cross-storage implementation to be running on both RDBMS and...
Unfortunately outside world [forced](https://www.hangfire.io/blog/2022/04/04/hangfire-oü.html) all my plans to be implemented in months instead of years, so currently my planning abilities are completely paralysed. But this week I've released [1.8.0-rc1](https://github.com/HangfireIO/Hangfire/releases/tag/v1.8.0-rc1) so...
Unfortunately it's not possible by Hangfire to signal about all the issues down the stack, so the absence of warnings doesn't mean that everything is fine. Databases are very complex...
I don't know, my friend
Database and application state are always potentially unsynchronised, because we are in the environment when every next line of code is potentially not executed due to unexpected process shutdown. It's...
May be, but it's totally unclear where to write this flag – ProcessingJobs index doesn't have anything for data, and can't have in the current implementation and APIs. With JobParameters...
Hm, [according to the docs](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/background-tasks-with-ihostedservice) the StopAsync method should also be called during the shutdown, so I except that these features duplicate each other. If not, we should conduct an...
Need to check this also with .NET 5.0 and .NET 6.0 to understand how it works and whether behavior is different between different features before deciding what to do. Because...