Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c] Fix cron tasks #1051

Merged
merged 4 commits into from
Sep 28, 2023
Merged

[c] Fix cron tasks #1051

merged 4 commits into from
Sep 28, 2023

Conversation

lamle-ea
Copy link
Contributor

@lamle-ea lamle-ea commented Sep 27, 2023

Description

  • Some packages in Pipfile.lock cannot be installed because they require Python version 3.8, while we use a Python 3.7 environment for running daily archiving and cron tasks. Additionally, our CI environment is set up with Python 3.9. Therefore, we have updated the Python version for these three workflows to 3.9 and adjusted the package versions in Pipfile.lock to ensure compatibility with this Python version.
  • The installed pypi scrapy-sentry version is deprecated so we use the customized version at https://github.com/City-Bureau/scrapy-sentry/releases/tag/v1.
  • Update spider ChiCitycouncilSpider by assigning API endpoint to class attribute ChiCitycouncilSpider.start_urls.
  • Fix failed tests.

@haileyhoyat haileyhoyat merged commit c43043d into main Sep 28, 2023
2 checks passed
@lamle-ea lamle-ea deleted the chore/fix-cron-task branch October 2, 2023 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants