You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using the Spawnling gem to fork a new process for refreshing the caches. The gem appears to have been abandoned in 2015. We should find / use a replacement, e.g., Sidekiq.
The text was updated successfully, but these errors were encountered:
The refresh_cache method was removed in #34, which is the only place Spawnling was used. If this functionality is reinstated at any point, an alternative to Spawnling will be chosen.
* Configure a PURL prefix for test purposes
* Fix some RuboCop warnings
* Add faraday-follow_redirects gem
* Fix some RuboCop warnings
* Add unit tests for the purl method
* Configure a PURL host
* Modify purl method to check class IDs for purl_host
Resolves#28
* Provide default value for purl_host
* Fix some RuboCop warnings
* Move gem version to a module
* Move faraday-follow_redirects to a dev dependency
* Add require_relative for version
* Bump version from 2.2.2 to 2.2.3
* Replace test-unit with minitest
* Modify unit test code to use Minitest
* Fix some RuboCop warnings
* Use more appropriate assertions
* Bump version from 2.2.3 to 2.2.4
* Remove Ruby 2.7 and add 3.1 to test matrix
We're currently using the Spawnling gem to fork a new process for refreshing the caches. The gem appears to have been abandoned in 2015. We should find / use a replacement, e.g., Sidekiq.
The text was updated successfully, but these errors were encountered: