Skip to content

Commit 1f4402c

Browse files
committed
Enable dps export job in staging
1 parent 5208f3e commit 1f4402c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/environments/staging.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
cron: "every day at 1am",
1010
class: "MESHValidateMailboxJob",
1111
description: "Validate MESH mailbox"
12+
},
13+
dps_export: {
14+
cron: "every day at 2am",
15+
class: "DPSExportJob",
16+
description: "Export DPS data via MESH"
1217
}
1318
}
1419
end

0 commit comments

Comments
 (0)