You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* expire redis keys after 1 day
to prevent buildup in redis
fixes#3748
* reuse redis config logic
* Update packages/@uppy/companion/src/server/Uploader.js
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
* expire redis keys after 1 day
to prevent buildup in redis
fixestransloadit#3748
* reuse redis config logic
* Update packages/@uppy/companion/src/server/Uploader.js
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
Keys
companion:uuid
Are created in redis whenever an upload is started, however not being cleaned up leaking redis space.The text was updated successfully, but these errors were encountered: