WorkersQueue.prototype.add<T>(name: string,data: T,options?: AddJobOptions): Promise<string>
Enqueues a job.
The returned id is generated here rather than by the platform, because
producer.send() resolves to void. It travels inside the message
envelope, so the id this returns is the id the processor sees as
job.id.
data: T
Job payload, serialized as JSON by the platform