Hacker News new | ask | show | jobs
by joevandyk 4325 days ago
You do GlobalID.locate(gid) in the job.
1 comments

That's incorrect. The global ID sent along the wire is transparently looked up at deserialization.

See the example here: https://github.com/rails/rails/tree/master/activejob#globali...