Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime rollups may create scheduled items for merged parent scenarios, should improve UX #1481

Open
aheber opened this issue Jul 4, 2024 · 0 comments

Comments

@aheber
Copy link
Contributor

aheber commented Jul 4, 2024

Is your feature request related to a problem? Please describe.
The realtime processing is expected not to need a scheduled job for calculation. If the parent is mergable then there is a chance that scheduled items may be generated. This is often confusing to users who didn't expected scheduled item records to be generated and thus aren't running the Scheduled RollupJob to process the items.

Describe the solution you'd like
I see two options; either update the management wizard to encourage scheduling the RollupJob if the parent is mergable. The other option is as we build up other async processing we could consider delaying the processing using Queuable or similar paths to get into an async context so we don't need an additional job.

Will need to discuss and then take action to help users predict and prepare for the behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant