Arpit Jalan
eb9155f3fe
FEATURE: send max 200 emails every minute for bulk invites ( #7875 )
...
DEV: deprecate `invite.via_email` in favor of `invite.emailed_status`
This commit adds a new column `emailed_status` in `invites` table for
tracking email sending status.
0 - not required
1 - pending
2 - bulk pending
3 - sending
4 - sent
For normal email invites, invite record is created with emailed_status
set to 'pending'.
When bulk invites are sent invite record is created with emailed_status
set to 'bulk pending'.
For invites that generates link, invite record is created with
emailed_status set to 'not required'.
When invite email is in queue emailed_status is updated to 'sending'
Once the email is sent via `InviteEmail` job the invite emailed_status
is updated to 'sent'.
2019-07-19 11:29:12 +05:30
..
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-27 17:24:36 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-07-19 11:29:12 +05:30
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 11:00:30 +10:00
2019-05-07 13:12:20 +10:00
2019-05-13 21:44:03 +02:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-02 14:58:24 +08:00
2019-05-28 16:38:41 +05:30
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-06-21 00:45:35 +05:30
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-06-28 08:50:31 +02:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-07-19 11:29:12 +05:30
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 11:00:30 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 14:05:23 -04:00
2019-04-30 10:27:42 +10:00
2019-05-07 14:05:23 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-07-19 11:29:12 +05:30
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-06-21 12:32:02 +08:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-06-04 17:19:59 +10:00
2019-05-23 11:54:45 -04:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-07-04 11:37:37 +02:00