| 12345678910111213141516171819202122232425262728 | [discrete][[breaking_80_rollup_changes]]=== Rollup changes//NOTE: The notable-breaking-changes tagged regions are re-used in the//Installation and Upgrade Guide//tag::notable-breaking-changes[]// end::notable-breaking-changes[].The StartRollupJob endpoint now returns a success status if a job has already started.[%collapsible]====*Details* +Previously, attempting to start an already-started rollup job wouldresult in a `500 InternalServerError: Cannot start task for Rollup Job[job] because state was [STARTED]` exception.Now, attempting to start a job that is already started will justreturn a successful `200 OK: started` response.*Impact* +Update your workflow and applications to assume that a 200 status in response toattempting to start a rollup job means the job is in an actively started state.The request itself may have started the job, or it was previously running and sothe request had no effect.====
 |