Instance Method
didDequeue(jobId:eventLoop:)
Called when the job is dequeued
func didDequeue(jobId: String, eventLoop: any EventLoop) -> EventLoopFuture<Void>
Parameters
jobIdThe id of the Job
eventLoopThe eventLoop
Default Implementations
JobEventDelegate Implementations
didDequeue(jobId:eventLoop:)Called when the job is dequeueddidDequeue(jobId:eventLoop:)Called when the job is dequeued