Skip to content

Commit 7a9eb8d

Browse files
committed
Schedule MESHTrackDPSExportsJob in staging
1 parent 29da5ab commit 7a9eb8d

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
@@ -14,6 +14,11 @@
1414
cron: "every day at 2am",
1515
class: "MESHDPSExportJob",
1616
description: "Export DPS data via MESH"
17+
},
18+
mesh_track_dps_exports: {
19+
cron: "every day at 3am",
20+
class: "MESHTrackDPSExportsJob",
21+
description: "Track the status of DPS exports"
1722
}
1823
}
1924
end

0 commit comments

Comments
 (0)