IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 08/25/2026 17:30:02.
// Job ID: #273165
using MC.Hangfire.Background;

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

08/24/2026 17:30:02 (+26.210s) Succeeded

Latency:
194ms
Duration:
26.168s

+153ms Processing

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

+7ms Enqueued

Queue:
default

08/24/2026 17:29:35 Created