IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 08/25/2026 19:20:14.
// Job ID: #273169
using MC.Hangfire.Background;

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

08/24/2026 19:20:14 (+37.097s) Succeeded

Latency:
32.272s
Duration:
36.488s

+31.480s Processing

Server:
ln1xsdlwk000i47:79
Worker:
b7658b0b
+1.110sInício do processo

+190ms Enqueued

Queue:
default

08/24/2026 19:19:05 Created