Apologies if this question doesn't belong here.
I'm not sure I understand the need to create a staging table for the jobs. Why not just wait for the user record transaction to succeed then enqueue the job?
REF: https://github.com/brandur/sorg/blob/master/content/articles/http-transactions.md#background-jobs-background-jobs
Any clarification is appreciated.
Thanks
Apologies if this question doesn't belong here.
I'm not sure I understand the need to create a staging table for the jobs. Why not just wait for the user record transaction to succeed then enqueue the job?
REF: https://github.com/brandur/sorg/blob/master/content/articles/http-transactions.md#background-jobs-background-jobs
Any clarification is appreciated.
Thanks