librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.11k stars 203 forks source link

Remove projects:sync_by_platform rake task, remove sleep from projects:sync_from_list #3166

Closed kjmahalingam closed 1 year ago

kjmahalingam commented 1 year ago

This removes projects:sync_by_platform rake task, in favor of using projects:sync_from_list for similar operations in the future.

This also removes the sleep from projects:sync_from_list since it batches up async workers, so a wait time should not be necessary.