- Move to after_commit
- Added a retry in Async job where record cannot be found, in case attempt to find record occurred too early. This can happen when the initial record creation is delayed by e.g. after_create hooks and indexes.
- Add early return in Async Job for when record cannot be found
- Public launch; no changes to code
- Set up Gem