Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append job gets stuck in pending state indefinitely #1775

Closed
anandak opened this issue Mar 14, 2024 · 2 comments
Closed

Append job gets stuck in pending state indefinitely #1775

anandak opened this issue Mar 14, 2024 · 2 comments
Labels

Comments

@anandak
Copy link

anandak commented Mar 14, 2024

Describe the bug
While appending a featurecollection to an ArcGIS Online hosted feature layer, the append job sometimes gets stuck in pending state and the script does not progress further. It remains stuck at that moment and there is no way out but to kill it.
When I looked at the fiddler log I was able to see that job status was continuously getting queried as expected, but it kept returning pending until eventually I killed it.

I am appending data in batches of 500 features, so its not a lot of data being pushed and the layer too does not have more than couple of hundred features. But after a couple of batches, it will suddenly get stuck and not move forward. The job status keeps getting returned as pending.

Please see the attached har and fiddler saz dump file which shows the first couple of append jobs succeed and then get stuck.

append-stuck-at-pending.zip

Platform:

  • OS: Windows and Ubuntu 22.04
  • Python API Version 2.2.0.3
@anandak anandak added the bug label Mar 14, 2024
@anandak
Copy link
Author

anandak commented Mar 14, 2024

Can you please suggest if there is a way to use a timeout here, as I waited almost 2 hours, but the job did not complete.

@achapkowski
Copy link
Contributor

@anandak it seems to be an issue on online, can you reach out to them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants