- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-10-2025 05:29 AM
Hello, I am using a python code that queries logs from Panorama using API (Job is created to query the last 1000 logs--> Logs downloaded --> finish the job on panorama --> wait 10 seconds --> Repeat)
I aim to keep it running continuously for some days, is that safe? I have left it for 24 hours and found that the code has created more than 10000+ jobs over time, is that normal? Are the jobs been accumulating over and over or they just deleted from the memory?
11-16-2025 10:58 PM
Hello @marwan.khaled ,
24h * 60 min * 60 sec = 84400 sec for one day.
You have a break every 10 sec, so I would have expected to see 8440 jobs.
And it is probably normal ( I see some customers with a 6-digits job number on their panorama).
Olivier
PCSNE - CISSP
Best Effort contributor
Check out our PANCast Channel
Disclaimer : All messages are my personal ones and do not represent my company's view in any way.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

