Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-asana: don't cache
Tasks
records
A production task that only has the `Tasks` binding enabled is OOM-ing because every `Tasks` record is being cached. I suspect this was done because `Tasks` is used as a parent stream for some other streams. Not caching `Tasks` records will likely slow down those other streams, but right now no one is using those streams & we'd have to address these OOMs due to caching regardless. I also added some logging to give some indication that the connector is doing something while the connector works on the full refresh `Tasks` stream.
- Loading branch information