Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for resuming after execution timeout #921

Closed
marekdedic opened this issue May 6, 2022 · 1 comment · Fixed by #937
Closed

Add support for resuming after execution timeout #921

marekdedic opened this issue May 6, 2022 · 1 comment · Fixed by #937

Comments

@marekdedic
Copy link
Collaborator

marekdedic commented May 6, 2022

Currently, there is a ~20 minute execution timeout on the server-side of the script

We should add support for resuming the run from the client-side.

With support for folder merging already in, a lot of the times the script can be just re-run, however, there is an issue with files that get copied over - if #3 is implemented, the script could really just be re-ran. Otherwise, some more complex logic for saving move state is required.

https://medium.com/geekculture/bypassing-the-maximum-script-runtime-in-google-apps-script-e510aa9ae6da

@marekdedic
Copy link
Collaborator Author

POST request response:

)]}'

[["op.exec",null,[4,[],"Exceeded maximum execution time","ScriptError"]],["di",1800602,null,null,null,null,[],[],null,null,[],[],[]]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant