keypup-io / cloudtasker

Background jobs for Ruby using Google Cloud Tasks
MIT License
153 stars 38 forks source link

Force the job_id for ActiveJob #93

Open reel opened 1 year ago

reel commented 1 year ago

Hi, we're trying to force the job_id for ActiveJob with CloudTasker (GCP-backed), and it looks like it is not passed down to the worker instance.

This would be useful for deduplication purposes.

Any hints on how to realize this?

Thanks