Colin McCloskey

Results 3 comments of Colin McCloskey

We have been able to attach and send invites that fail on a first import in subsequent emails and see them successfully import, proving the success/failure is not predictable.

Received a note from the Nylas team that may be related: "We've identified a potential cause for the issue. It appears that if a message has an attached invitation and...

This is _not_ elegant, but placing this monkey patch in an Rails initializer sidesteps the limitation of the last_error column: ``` module Delayed module Backend module Base def last_error=(err_message) col_limit...