Clean remote files job shows progress out of 1 instead of 100% #13632
Labels
1️⃣ Good First Issue
This is a good problem for your first contribution.
🐛Bug
Unexpected behavior
packages/backend
Server side specific issue/PR
💡 Summary
When running the remote files clean job, the job reports its progress as deleted files out of total files, which means the progress shown in the bull dashboard is too small to read.
Likely all thats needed is this line being changed from
deletedCount / total
to100/total*deletedCount
🥰 Expected Behavior
The progress of cleanup should be shown in % out of 100
🤬 Actual Behavior
The progress of clean up is shown as something like 0.02134324233122
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: