mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 18:47:51 +08:00
225613565a
Summary: This is mostly to clean up the logic here a little bit. Specifically: - The backoff when encountering retryable errors is now truly exponential - When encountering a permanent error, we back off for a minute - If we don't encounter consecutive RetryableErrors, we clear the exponential backoff. Previously, we would just clear it when sync completed without errors. Test Plan: manual Reviewers: khamidou, spang, evan, mark Reviewed By: mark Differential Revision: https://phab.nylas.com/D4086 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6
script,
which in turn, calls lerna bootstrap