Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Tags: overleaf/docstore

Tags

v0.2.0

Toggle v0.2.0's commit message
Don't put docs which are already in s3 through archive job

This fixes the bug we saw with 'RangeError: Maximum call stack size exceeded'
if lots of docs are already in s3 cb() gets called synchronously multiple times quickly
which can cause the execption. I am not sure where the recursion is, maybe inside async.

doing setImmediate(cb) also fixes the issue as I beilve it gives the
process chance to clear the stack. Similar to process.nextTick

v0.1.4

Toggle v0.1.4's commit message
Release version 0.1.4

v0.1.3

Toggle v0.1.3's commit message
Release version 0.1.3

v0.1.2

Toggle v0.1.2's commit message
Release version 0.1.2

v0.1.0

Toggle v0.1.0's commit message
Release version 0.1.0