Forum Discussion
GlassShark1
1 year agoHelper III
Can't ingest via API/Eventsteam - Notebook hanging
Starting from scratch with RTA and struggling. I've created an Eventhouse, a Notebook (that calls an API and returns json) and an Eventstream. The notebook is scheduled every 5 minutes. The E...
- 1 year ago
eventually took a different approach to this to solve.
tried a longer refresh schedule and jobs still ended up hanging. Used azure bus instead of the event hub producer (which i think was having trouble closing maybe) and set the whole script in a continous loop with a timer spacing the polling as opposed managing a refresh schedule in the notebook itself.
GlassShark1
1 year agoHelper III
eventually took a different approach to this to solve.
tried a longer refresh schedule and jobs still ended up hanging. Used azure bus instead of the event hub producer (which i think was having trouble closing maybe) and set the whole script in a continous loop with a timer spacing the polling as opposed managing a refresh schedule in the notebook itself.