Y
Hacker News
new
|
ask
|
show
|
jobs
by
DouweM
4325 days ago
That's incorrect. This is not YAML-style full object serialization, but rather a global ID being sent along the wire that is transparently looked up at deserialization.
See the example here:
https://github.com/rails/rails/tree/master/activejob#globali...
1 comments
hayksaakian
4325 days ago
Is it? I assumed it worked like delayed_job which gave me issues due to the problem I mentioned.
link
DouweM
4325 days ago
It is! That's the exact problem ActiveJob+GlobalID tries to solve.
link
hayksaakian
4325 days ago
I suppose I was mistaken then, thanks for helping me understand.
link
volkk
4325 days ago
why bother spreading false information without even taking a minute to read into what it actually does?
link