Forum Discussion

GlassShark1's avatar
GlassShark1
Helper III
1 year ago
Solved

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...
  • GlassShark1's avatar
    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.