Skip to content

Commit 78f122c

Browse files
committed
add OrganizationNotifierJob docs
1 parent 43963c1 commit 78f122c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/jobs/organization_notifier_job.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# A weekly digest email.
2+
#
3+
# Strategy: go throught all organizations and take latest active posts from last week
4+
# posted by active members. Send an email to all active and online members
5+
# with the email notifications enabled with those posts.
6+
7+
# Schedule defined in config/schedule.yml file.
8+
19
class OrganizationNotifierJob < ActiveJob::Base
210
queue_as :cron
311

0 commit comments

Comments
 (0)