mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Re-enable physical mail job
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user