We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

User Activity

I have created a scheduled script to run a discovery process every 1 hour. However, I see that every hour, this script runs 10-15 times, at the exact same time. Is this behavior known ? If so, how can I prevent this from happening ? [TIA]
I am using the Packages.com.glide.communications.HTTPRequest object to make HTTP calls as follows   this.GlideHTTPRequest = Packages.com.glide.communications.HTTPRequest; var request = new this.GlideHTTPRequest(<URL>); request.addHeader(<headerKey>,...