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
Currently, we have scraping code for Bitcoin Improvement Proposals (BIPs, BLIPs, and BOLTs) from GitHub repositories, but it isn't set to run on a schedule. As a result, these sources are not being updated regularly and may contain outdated information.
We need to implement a cron job to ensure that these improvement proposals are scraped on a more frequent basis, so that our data stays current.
Tasks:
Create a cron job for regular scraping of BIPs, BLIPs, and BOLTs.
Define an appropriate frequency for scraping (e.g., daily or weekly).
Ensure the scraped data is stored properly in the Elasticsearch index.
The text was updated successfully, but these errors were encountered:
Currently, we have scraping code for Bitcoin Improvement Proposals (BIPs, BLIPs, and BOLTs) from GitHub repositories, but it isn't set to run on a schedule. As a result, these sources are not being updated regularly and may contain outdated information.
We need to implement a cron job to ensure that these improvement proposals are scraped on a more frequent basis, so that our data stays current.
Tasks:
The text was updated successfully, but these errors were encountered: