yalelibrary / YUL-DC

Preliminary issue tracking for Yale University Libraries Digital Collections project
3 stars 0 forks source link

Add ActivityStreamJob to Batch Process Table #2866

Open K8Sewell opened 1 week ago

K8Sewell commented 1 week ago

Summary

While using DelayedJob most cron jobs were included in the batch process table. After switching to GoodJob those cron jobs got theIr own tab in the new dashboard. However, the information provided in the GoodJob dashboard does not meet the needs of users.

Acceptance Criteria

sshetenhelm commented 6 days ago

Previously, similar to other batch processes, we were able to click on the Batch Process ID number, view all the parents OIDs and their Completed or Failed status, and click on a parent to see the error message. The most important thing for us is knowing which parent OIDs failed to resync their metadata, as that likely means the record itself or information entered into MGMT (bib, etc.) has an error.

jpengst commented 2 days ago

PR: https://github.com/yalelibrary/yul-dc-management/pull/1410