We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
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>,...
Actually this is a common behavior I observed across 2 apps. The per-hour was just an example.
If I set the period to 1 hour [periodically] or set one fiexd time of the day [Daily], this happens. It runs multiple times at exact same second.
If you like using VS Code then you should try this extension - Igloo
https://marketplace.visualstudio.com/items?itemName=harshsodiwala.igloo
It enables the user to sync the scripts on ServiceNow instance to local machine and the other way around in a...