coe-google-apps-support / DriveTransfer

This web app will allow Google Drive users to transfer their files in bulk.
GNU General Public License v3.0
1 stars 0 forks source link

Split server in 2 #33

Closed j-rewerts closed 6 years ago

j-rewerts commented 7 years ago

A refactoring of the server could help keep things neat and tidy.

The request server handles serving files and responding to GET. The task server will take actions based on the changes to the database. See here .

j-rewerts commented 7 years ago

There are still some outstanding issues. Pausing and resuming transfer tasks doesn't work as expected.

j-rewerts commented 6 years ago

Closing this. Tasks can only be cancelled.