We are migrating from Hangfire 1.7 to Hangfire 1.8 (see Upgrade Guide).
There is only one instance of our application running at the same time, and we register only one Hangfire Server at startup. The server’s lifecycle is therefore linked to the application lifecycle.
Is there any reason why we should not increase the CompatibilityLevel to Version_180 with the same deployment in which we deploy Hangfire 1.8 for the first time?
This would reduce organisational overhead for us.
Thank you!