mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Merchants improvements (#594)
* FIX logos * Implement merchant mods * FIX confirm issue * FIX linter * Add recently seen merchants to re-add if needed * Update merge.html.erb * FIX do security check * Add error handling for update failures.
This commit is contained in:
@@ -30,3 +30,9 @@ sync_hourly:
|
||||
class: "SyncHourlyJob"
|
||||
queue: "scheduled"
|
||||
description: "Syncs provider items that opt-in to hourly syncing"
|
||||
|
||||
clean_data:
|
||||
cron: "0 3 * * *" # daily at 3:00 AM
|
||||
class: "DataCleanerJob"
|
||||
queue: "scheduled"
|
||||
description: "Cleans up old data (e.g., expired merchant associations)"
|
||||
|
||||
Reference in New Issue
Block a user