Hey everyone! We are proud to send out a significant performance improvement to our app with the new queue system! Check out the details below ๐
๐ถ New Stuff
Queue System
- This addition to mudstack gives significantly more visibility and stability during downloads, uploads, thumbnail generation, fetching, and other future large batch tasks. These tasks are now done asynchronously, speeding up your workflow time rather than waiting on processes to complete in Mudstack.
Access the view below by clicking on the
Sync
button in the bottom left of the console log. Whenever there are processes happening in the background, you'll see the progress bars next to the sync button.You'll now get a time estimate for completion, spinners on file in the file search view that are still downloading, and dramatically reduced Disable sync times for team that have reduced disk space.
๐ฐ Other New Things
- Added File Size column in push table
- Deleting a folder with ignored files will now delete the ignored content and fully remove the folder
- Cancel Commit Item on a Error in order to retry or fix an issue
๐ Bug Fixes
- Added a button to go up a level in the files view next to back and forward
- Added Xbutton to clear search input field
- After opening a file, Auto Sync should be set properly
- Hanging commits edge cases should be captured and handled better
- Updated the timestamps on the Diffs in the Sync view to show correct date
- Handle additional 401 errors on membership and revocation calls
- Check if the Mudstack temp folder exists before getting new versions of files
- Delete workspace UI was missing
- Warn user when downloading while not mapped properly
- Mudstack Temp now creates a unique filename each time a download occurs
- Settings/Account Settings/Workspaces/Details permission edge case handling and recovery
๐ญ What's next?
We have a host of other optimizations we are looking forward to cleanup, primarily focusing on the Staged -> Push start speed and importing large sets of data before sending to cloud (think initial data migrations to Mudstack)
Known issues
Thumbs for .psb files may show as white, we are looking into that now