You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John McCarthy edited this page Jun 12, 2013
·
1 revision
The Platform uses background jobs to process a variety of tasks including:
sending autofire emails
cutting lists
email blasts
Workers simultaneously cutting lists and blasting can cause users to receive more than one email per push depending on the timing of query execution. To prevent this, run only one worker process for list cutting and blasting.
Procfile in the project root defines separate processes for these tasks, which will satisfy the one worker rule above: