IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

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

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

08/24/2026 15:35:52 (+24.020s) Succeeded

Latency:
233ms
Duration:
23.991s

+197ms Processing

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

+13ms Enqueued

Queue:
default

08/24/2026 15:35:27 Created