Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runningScripts used to be of type Record<string, context> but was changed to a Map in 8a5520e It caused the `Object.keys(this.runningScripts)` to always return an empty array, which means no heartbeat have benn sent in 2 months ## Issue ticket number and link https://linear.app/nango/issue/NAN-711/sync-frequency-issue ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise the reason is: - [ ] I added observability, otherwise the reason is: - [ ] I added analytics, otherwise the reason is:
- Loading branch information