Extract data job never completes

124
0
2 weeks ago
KyleONeill
New Contributor II

Hello,

I am utilizing a webhook on one of my feature services. The webhook provides my program with an extract data URL which I submit and then receive a URL with the status of my job. Some of the jobs finish within a few seconds, some take up to an hour, and quite a few seem to never complete. I have multiple jobs that are days old with a status of Pending.

Is there a reason why some of these jobs seem to never complete? And is there any way to list all of the jobs currently active for a feature service?

Example of a pending job status that was submitted yesterday:

{
    "submissionTime": 1715034460653,
    "lastUpdatedTime": 1715034460653,
    "status": "Pending",
    "responseType": "esriDataChangesResponseTypeEdits",
    "resultUrl": ""
}

 

0 Kudos
0 Replies