Sean Derrow

Results 3 issues of Sean Derrow

### Problem When `recoverMissedExecutions` is enabled, then jobs often (but not always) run twice instead of once, even without any sort of event loop blockage (see #400 for an example)....

The definition of `PlaidAccount` is currently [this](https://github.com/plaid/react-plaid-link/blob/c7b5db08aff588d564c0413e39ccce62e5b02e1a/src/types/index.ts#L3-L10), which has no `class_type` and says that `verification_status` is always a `string`. However, according to the [API docs](https://plaid.com/docs/link/web/#link-web-onsuccess-metadata-accounts-verification-status) and from what I've seen...

There's a `logger.warn` that happens [here](https://github.com/node-cron/node-cron/blob/22c607df5d00ee65798a2fb04600f7fc3c58ce49/src/scheduler/runner.ts#L141). How can we opt out of that? Feels like the user can decide to log the warning themselves manually based on the missed execution...