IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 08/25/2026 13:52:39.
// Job ID: #273159
using MC.Hangfire.Background;

var backgroundJob = Activate<IBackgroundJob<ProcessamentoDocumentoExecutor>>();
await backgroundJob.EnqueueJob(
    null,
    FromJson<ProcessamentoDocumentoExecutor>("{\"DocumentoId\":67625}"),
    null);

Parameters

CurrentCulture
""
CurrentUICulture
""

State

08/24/2026 13:52:39 (+37.480s) Succeeded

Latency:
113ms
Duration:
37.419s

+87ms Processing

Server:
ln1xsdlwk000i47:79
Worker:
b7658b0b
+103msInício do processo

+10ms Enqueued

Queue:
default

08/24/2026 13:52:01 Created