Re-enable physical mail job

This commit is contained in:
Max Wofford
2025-09-04 23:20:04 -04:00
parent 9bb75be6c8
commit f31768b315

View File

@@ -127,10 +127,10 @@ Rails.application.configure do
cron: "0 * * * *", # Run before AttemptToDeliverPhysicalMailJob
class: "CheckStreakPhysicalMailJob"
},
# attempt_to_deliver_physical_mail: {
# cron: "5 * * * *", # Run after physical mail is created
# class: "AttemptToDeliverPhysicalMailJob"
# },
attempt_to_deliver_physical_mail: {
cron: "5 * * * *", # Run after physical mail is created
class: "AttemptToDeliverPhysicalMailJob"
},
sync_neighborhood_from_airtable: {
cron: "*/15 * * * *",
class: "Neighborhood::SyncFromAirtableJob"