Enqueue a job to be processed.
The handler class or instance that will process the job
The data to be processed by the handler
Optional
options: EnqueueOptionsOptional configuration for the job
A promise that resolves to the enqueued job or undefined (implementation-specific)
Minimal adapter interface for background jobs operations supporting background-jobs-mongo (Mongo) and background-jobs-postgres (Postgres) implementations.