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
Instance Method
func didDequeue(jobId: String, eventLoop: any EventLoop) -> EventLoopFuture<Void>
jobIdThe id of the Job
eventLoopThe eventLoop