Hacker News new | ask | show | jobs
by tyleregeto 4606 days ago
Note to Rainforest team: When I signed up for the free trial I was sent 3 identical confirmation emails. Something going on there.

Overall your product looks good, definitely going to keep it in mind.

1 comments

Thanks! I'd love to look in to that for you. Could you reply to them and I'll check it out?
Done.
I've fixed an am deploying now, was a race condition with two requests happening at the same time. The code to create the user via segment.io on intercom was being fired inside a transaction, which was rolled back. I've moved to an after_commit block instead :)
Did you write a regression test for it? :)