IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 06/20/2026 13:37:49.
// Job ID: #269883
using MC.Hangfire.Background;

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

06/19/2026 13:37:49 (+13.523s) Succeeded

Latency:
89ms
Duration:
13.499s

+37ms Processing

Server:
ln1xsdlwk000dug:71
Worker:
67abb49a
+42msInício do processo

+40ms Enqueued

Queue:
default

06/19/2026 13:37:35 Created