]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
remove async from bookmark digest task
authorAidan Cornelius-Bell <[email protected]>
Sun, 13 Oct 2024 03:57:45 +0000 (14:27 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sun, 13 Oct 2024 03:57:45 +0000 (14:27 +1030)
lib/tasks/lib-tasks-bookmarks_digest.rake

index a06fa5dc7c089d3b87c98e02ca645a8d56c8cbdb..b962ac6ffc15748f294b6ee2dba9a7baf1154856 100644 (file)
@@ -1,6 +1,6 @@
 namespace :bookmarks_digest do
   desc "Send weekly bookmarks digest"
   task send_weekly: :environment do
-       WeeklyBookmarksDigestJob.perform_later
+       WeeklyBookmarksDigestJob.perform_now
   end
-end
\ No newline at end of file
+end