denoland / saaskit

A modern SaaS template built on Fresh.
https://deno.com/saaskit
MIT License
1.21k stars 148 forks source link

fix: `db:migrate` task #536

Closed iuioiua closed 1 year ago

iuioiua commented 1 year ago

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