SQL Server Maintenance

We’d like to use Hangfire (and get support) but our DBA has raised some questions that I would like to get answered before we make the final call. Specifically he has asked:

Do you have any documentation on how the database should be maintained? Will it continue to grow over time or is there some sort of purge functionality?

Thanks in advance!

Hello, @cbetz! Your DBA may sleep peacefully as Hangfire has expiration logic for every entity. For example, jobs are being deleted after 24h (configurable) after completion with all related data.

Thanks for the quick reply @odinserj!

@odinserj, how/where can I configure this??

Please see the following thread:

Alright, Thank you! :slight_smile: