We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43963c1 commit 78f122cCopy full SHA for 78f122c
app/jobs/organization_notifier_job.rb
@@ -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
9
class OrganizationNotifierJob < ActiveJob::Base
10
queue_as :cron
11
0 commit comments