IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 06/19/2026 17:49:25.
// Job ID: #269844
using MC.Hangfire.Background;

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

06/18/2026 17:49:25 (+41.487s) Succeeded

Latency:
453ms
Duration:
41.182s

+77ms Processing

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

+76ms Enqueued

Queue:
default

06/18/2026 17:48:43 Created