Hi team,
I’ve enabled ABP’s built-in audit log cleanup job via the Settings UI (enabled AuditLogging.Cleanup.IsEnabled and set a retention period).
Thanks!
Hi, I need to disable retry for one specific background job in case of failure. [AutomaticRetry(Attempts = 0)] does not seem to work Recurring job manager is again enqueuing it. Can you please help me? I am using IHangfireBackgroundWorker.