-
Notifications
You must be signed in to change notification settings - Fork 1
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
Skydio 2024-10-10 has been processing for a month #412
Comments
I found this error in the logs. I think it is the root cause error:
|
The system is using the user's session while doing chunk merging and other validation tasks (which can take a while), and then it uses the user's session to create a vault file and launch a processing job. If the user logs out (or their session expires) during this process then it causes the workflow task to not be updated, creating a scenario where an upload task is hung. The system has thrown an error but the user will see the job as in progress until the next time the system reboots. The fix is to grab everything we need from the user's session before chunk merging (such as the user oid), and then to do all processing tasks (such as archive validation) inside the ImageryProcessingJob. Related #220 |
There's an upload process for that same collection that's been "uploading" since October17. I'm trying to help him delete the collection but it won't allow because "Cannot delete collection Skydio 2024-10-10 because it is currently in the middle of processing. Please wait until it is finished."
The text was updated successfully, but these errors were encountered: