CDLUC3 / dmptool

DMPTool version of the DMPRoadmap codebase
https://dmptool.org
MIT License
56 stars 13 forks source link

DMPHub communication not processing #598

Closed mariapraetzellis closed 4 weeks ago

mariapraetzellis commented 4 weeks ago

DMPHub communication has been queueing up and not processing. Brian thinks this may be due to server patching.

For example, 101113 with a DMP ID: 10.48321/D1WK99. The Funding status was changed from Aproved to Denied. A URL in the Grant ID field was also removed. Neither of these changes are viewable from the landing page.

briri commented 4 weeks ago

The recent Ruby upgrade involved the installation and use of rbenv to manage our Ruby environment. As part of the upgrade process we neglected to update the systemctl unit file for delayed_job and did not restart the servers.

The server was restarted after the most recent OS patching cycle which meant that delayed_job needed to startup and was unable to because we did not update the systemctl unit file.

@ashleygould patched this morning and delayed_job has finished processing all of the queued activity