Hi,
I am trying to schedule a few custom geoprocessing tools I recently developed in Python to run overnight in ArcGIS Pro (I have tried in both 3.0 and 3.1). I enter the parameters for the tool and set up the execution schedule in the Geoprocessing pane, and I can then see them in the History pane under 'Scheduled Tools'. The problem is, when the time comes when the scheduled tools are supposed to run, nothing happens - it just sits there, status showing as Active, but does not actually run. When I test the scheduling of a built-in GP tool like Buffer, it executes on schedule just fine. Has anyone else come across this problem? Is it not possible to schedule a GP tool from a custom toolbox? I have confirmed the script to be working as it should when I run it in real time. Any help would be appreciated, thanks in advance.