Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

LAKEshore v1.7.4 (hotfix - CitiNotifications rake task)

Compare
Choose a tag to compare
@RudyOnRails RudyOnRails released this 04 May 22:07
· 107 commits to master since this release
c787e05

Small release to deploy a rake task that enqueues CitiNotificationJobs for all preferred assets edited since Feb 28th (after imaging_uid input was available on asset edit form), so that all updated imaging_uid's can be sent to CITI (a feature newly added in v1.7.3).

To run the task:

When this is deployed to an environment, invoke from lakeshore's current directory.

To count the number of assets/jobs that would need to be sent:

bundle exec rake citi_notifications:count_assets_to_update["2018-02-28"] RAILS_ENV=production

OR, to run the actual CitiNotificationJobs, use:

bundle exec rake citi_notifications:update_imaging_uids["2018-02-28"] RAILS_ENV=production