Page MenuHomePhabricator

Scale the VideoCutTool to handle the multiple requests at once.
Closed, ResolvedPublic

Description

VideoCutTool is a tool to trim, crop, rotate on-the-fly videos in Wikimedia Commons. It is hosted in Wikimedia Toolforge and can be found at https://tools.wmflabs.org/video-cut-tool/

Background

Currently, VideoCutTool is not scaled to handle the requests from multiple users at once.
The server is going down if it gets multiple requests at the same time.

  1. Task:
  2. Learn about VideoCutTool from Commons: VideoCutTool
  3. Scale the tool to handle the multiple requests of the users without crashing the server.

Any possible solution is appreciated and accepted :)

Code repos:

Event Timeline

TJones renamed this task from Scale the tool to handle the multiple requests at once. to Scale the VideoCutTool to handle the multiple requests at once..Mar 4 2020, 10:59 PM

WAHOoo Our newer version of VideoCutTool 0.3 is out here: http://videocuttool.wmflabs.org

Now users can enable our tool as a gadget from Commons -> Preferences -> Gadgets -> Turn on VideoCutTool gadget -> Save your changes.

Change 582554 had a related patch set uploaded (by Gopavasanth; owner: Gopavasanth):
[labs/tools/video-cut-tool-worker@master] Adding workers to the VideoCutTool

https://gerrit.wikimedia.org/r/582554

Change 582554 merged by Gopavasanth:
[labs/tools/video-cut-tool-worker@master] Adding workers to the VideoCutTool

https://gerrit.wikimedia.org/r/582554