Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. info: flatten followers emails:
  2. [ { id: 592089,
  3. email: 'angus.hung@berkeley.edu',
  4. name: 'Angus Hung' },
  5. { id: 592090,
  6. email: 'tylerrollins@gmail.com',
  7. name: 'Amie Lynn' },
  8. { id: 592091, email: 'mandarson@gmail.com', name: 'Mikhail' },
  9. { id: 592092,
  10. email: 'ecw.technology@gmail.com',
  11. name: 'Evin Weissenberg' },
  12. { id: 592093,
  13. email: 'sergey@sourcerer.io',
  14. name: 'Sergey Surkov' },
  15. { id: 592094,
  16. email: 'anatoly@sourcerer.io',
  17. name: 'Anatoly Stansler' } ]
  18. info: emails data to upsert:
  19. [ { id: 592089,
  20. email: 'angus.hung@berkeley.edu',
  21. name: 'Angus Hung' },
  22. { id: 592090,
  23. email: 'tylerrollins@gmail.com',
  24. name: 'Amie Lynn' },
  25. { id: 592091, email: 'mandarson@gmail.com', name: 'Mikhail' },
  26. { id: 592092,
  27. email: 'ecw.technology@gmail.com',
  28. name: 'Evin Weissenberg' },
  29. { id: 592093,
  30. email: 'sergey@sourcerer.io',
  31. name: 'Sergey Surkov' },
  32. { id: 592094,
  33. email: 'anatoly@sourcerer.io',
  34. name: 'Anatoly Stansler' } ]
  35. info: emails that are related to registered users:
  36. info: anatoly@sourcerer.io, sergey@sourcerer.io
  37. info: about to invite:
  38. [ { id: 592089,
  39. email: 'angus.hung@berkeley.edu',
  40. name: 'Angus Hung' },
  41. { id: 592090,
  42. email: 'tylerrollins@gmail.com',
  43. name: 'Amie Lynn' },
  44. { id: 592091, email: 'mandarson@gmail.com', name: 'Mikhail' },
  45. { id: 592092,
  46. email: 'ecw.technology@gmail.com',
  47. name: 'Evin Weissenberg' } ]
  48. info: unique mailing:
  49. { '9252':
  50. { fromUser:
  51. { id: 9252,
  52. username: 'yandzee',
  53. password: 'dc7204b8228b71070e1feab400df1bf51d35ae20f954d078e45455c326b7ed3b',
  54. passwordSalt: '4cc3f71390267af4',
  55. createdAt: 2018-10-24T18:48:37.655Z,
  56. updatedAt: 2018-10-24T18:48:37.655Z,
  57. created_at: 2018-10-24T18:48:37.655Z,
  58. updated_at: 2018-10-24T18:48:37.655Z,
  59. UserPersonal:
  60. { id: 9066,
  61. realname: 'Tuktarov Renat',
  62. about: null,
  63. shortAbout: null,
  64. location: 'Russia, Province of Moscow',
  65. link: null,
  66. avatar: 'https://avatars3.githubusercontent.com/u/5919088?v=4',
  67. notifyFollowers: true,
  68. created_at: 2018-10-24T18:48:37.665Z,
  69. updated_at: 2018-10-24T18:48:37.665Z,
  70. user_id: 9252 } },
  71. emails:
  72. [ { email: 'angus.hung@berkeley.edu', name: 'Angus Hung' },
  73. { email: 'tylerrollins@gmail.com', name: 'Amie Lynn' },
  74. { email: 'mandarson@gmail.com', name: 'Mikhail' },
  75. { email: 'ecw.technology@gmail.com', name: 'Evin Weissenberg' } ] } }
  76. info: emails to be invited: angus.hung@berkeley.edu, tylerrollins@gmail.com, mandarson@gmail.com, ecw.technology@gmail.com
  77. info: Api: enqueue sending of email: angus.hung@berkeley.edu
  78. info: pushing using gpubsub, into send-email-testing
  79. info: Api: enqueue sending of email: tylerrollins@gmail.com
  80. info: pushing using gpubsub, into send-email-testing
  81. info: Api: enqueue sending of email: mandarson@gmail.com
  82. info: pushing using gpubsub, into send-email-testing
  83. info: Api: enqueue sending of email: ecw.technology@gmail.com
  84. info: pushing using gpubsub, into send-email-testing
  85. info: Message processed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement