IBackgroundJob<ProcessamentoDocumentoExecutor>.EnqueueJob

The job is finished. It will be removed automatically 08/25/2026 13:45:32.
// Job ID: #273158
using MC.Hangfire.Background;

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

Parameters

CurrentCulture
""
CurrentUICulture
""

State

08/24/2026 13:45:32 (+25.266s) Succeeded

Latency:
19.150s
Duration:
25.242s

+19.120s Processing

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

+14ms Enqueued

Queue:
default

08/24/2026 13:44:48 Created