This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have a realtime ingestion process as the following :
when I add the notebook as destination an instance of notebook starts to run (I can see the activity in monitor) and working fine (the events are ingested and in Lakehouse table, evrything looks great) but after almost 14 days the notebook suddenly stops and I need to manually delete the notebook from eventstrteam and add it again as destination.
Does it seem the native behaviour of Fabric to stop spending resources or there is a setting I can set it to let it run forever?
Thanks
Solved! Go to Solution.
Hey @Hamidr I believe this is an expected behavior today in Microsoft Fabric.
When you set a Notebook as an Eventstream destination, Fabric spins up a managed Spark job.
That job runs continuously, consumes capacity and has an internal lifetime limit.
After around 14 days, Fabric terminates the job automatically (this is a platform safeguard).
At the moment there is no setting to make it run indefinitely.
I'd recommend you do lightweight transformations in Eventstream, then land data to Lakehouse (append) or Eventhouse / KQL database (as KQL table).
Then add scheduled or triggered notebooks to do upsert / merge logic for downstream consumptions.
Appreciate if you can 'Kudos' and/or 'Accept as Solution' if this answered your query.
@rizalard0684 Thanks for your solution , I did implment same at the beginning but changed the solution to have more near real time approach but it seems what I did before and you also suggested is the only solution for now.
Hi @Hamidr,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @rizalard0684 for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.
Hey @Hamidr I believe this is an expected behavior today in Microsoft Fabric.
When you set a Notebook as an Eventstream destination, Fabric spins up a managed Spark job.
That job runs continuously, consumes capacity and has an internal lifetime limit.
After around 14 days, Fabric terminates the job automatically (this is a platform safeguard).
At the moment there is no setting to make it run indefinitely.
I'd recommend you do lightweight transformations in Eventstream, then land data to Lakehouse (append) or Eventhouse / KQL database (as KQL table).
Then add scheduled or triggered notebooks to do upsert / merge logic for downstream consumptions.
Appreciate if you can 'Kudos' and/or 'Accept as Solution' if this answered your query.
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.