Using --trace-sync-io to monitor the usage of synchronous code, it seems that the uploading route uses a LOT of synchronous code through the gcs-resumable-upload package's dependency on configstore. This can result in performance issues for the backend.
Using
--trace-sync-io
to monitor the usage of synchronous code, it seems that the uploading route uses a LOT of synchronous code through thegcs-resumable-upload
package's dependency onconfigstore
. This can result in performance issues for the backend.