Getting a System.NotSupported exception thrown by Hangfire on every startup

Greetings,

Every time I start my Asp.Net web application, the following exception is thrown by Hangfire:

System.NotSupportedException: Current storage implementation does not support the 'Connection.BatchedGetFirstByLowestScoreFromSet' feature.

Functionality is unaffected, Hangfire will still schedule and run tasks at the expected times.

I’d like to disable the message or configure the feature to be disabled outright, so I don’t see the same message on every startup.

I’m using PostgreSQL as my storage engine.