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

Deprecate nato_stanag #229

Merged
merged 1 commit into from
May 16, 2024
Merged

Deprecate nato_stanag #229

merged 1 commit into from
May 16, 2024

Conversation

matthew-kersting
Copy link
Collaborator

@matthew-kersting matthew-kersting commented May 14, 2024

The crawler nato_stanag in nato_spider.py is no longer active or needed. This PR deprecates this spider by moving it to the unfinished directory and removing it from the Friday crawler list.

I also ran the following SQL command to take a backup

SELECT * FROM public.crawler_status WHERE crawler_name = 'nato_stanag' ORDER BY datetime DESC;

before executing this command on the dev postrges database to delete all the relevant crawler_status updates

DELETE FROM public.crawler_status WHERE crawler_name = 'nato_stanag';

@Antsega Antsega merged commit 93f528e into main May 16, 2024
1 check passed
@matthew-kersting matthew-kersting deleted the deprecate-nato-crawler branch May 17, 2024 12:28
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.

None yet

2 participants