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

fix: db:migrate task #536

Merged
merged 1 commit into from
Sep 8, 2023
Merged

fix: db:migrate task #536

merged 1 commit into from
Sep 8, 2023

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Sep 8, 2023

This change aims to eliminate concurrency in the migration script. Excessive concurrent HTTP requests break the migration process (see seanmonstar/reqwest#976).

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@iuioiua iuioiua merged commit 94e26e4 into main Sep 8, 2023
@iuioiua iuioiua deleted the fix-migration-2 branch September 8, 2023 06:14
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