Random crash Hangfire

Hi, i’ve Hangfire v.1.5.4 .net configured over 10 machines, each machine has 2 workers.
Sometimes Hangfire crash but i can’t find any common pattern in terms of performance, type of operations ecc.
In the log of Hangfire there is no exception, it simply goes down, and in event viewer i found this:

Faulting module name: clr.dll, version: 4.7.2558.0, time stamp: 0x59d414b7
Exception code: 0xc0000409
Fault offset: 0x00000000002fe66c
Faulting process id: 0x149c
Faulting application start time: 0x01d7b574d7b9b90f
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 2a3e6fa2-21d3-11ec-8137-0050568b5be1

Have you any idea of how can i found the issue?
Thanks