ocean
ocean copied to clipboard
[Core] ocean core next resync
Description
What:
- Integrated functionality to send the state of the integration on each sync.
- Implemented prediction of the next sync date.
Why:
- To ensure that the integration state is consistently updated and monitored.
- To enhance the accuracy and reliability of the next sync date prediction by utilizing server data for SaaS applications, rather than relying solely on environment variables.
How:
- Updated the sync logic to include the current integration state in the payload sent to our monitoring system.
- Modified the sync prediction mechanism for SaaS applications to use data from our servers, providing more accurate and context-aware predictions.
Type of change
Please leave one option from the following and delete the rest:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] New Integration (non-breaking change which adds a new integration)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Non-breaking change (fix of existing functionality that will not change current behavior)
- [ ] Documentation (added/updated documentation)