sul-dlss / sul_pub

SUL system for harvest and managing publications for Stanford CAP, with controlled API access.
http://cap.stanford.edu
Other
8 stars 3 forks source link

run weekly orcid integration stats and store in file #1624

Closed peetucket closed 1 year ago

peetucket commented 1 year ago

Why was this change made?

We have requests from both SoM and SUL stakeholders to get regular updates on ORCID integration counts, and we have a rake task to do this (which I run manually when I remember to for recording in https://docs.google.com/spreadsheets/d/1kT-IXWprFeR5QsPa1x297oMrx7ZWhOLMg2E2H4GZkjA/edit#gid=0 or when asked). To make my life easier, just run it weekly via cron so when someone asks, I can go and grab the latest values, or even the last few weeks worth of values to show any delta.

How was this change tested?

Localhost

Which documentation and/or configurations were updated?