Skip to content

App upload postprocessing needs a kick-start #112

@derrell

Description

@derrell

On (seemingly rare) occasion, an uploaded app remains in the "Processing" state, never becoming "Active." Something (unknown) is happening to the background task that completes the processing of an app, and at present, there is no mechanism for restarting that task if it halts abruptly. Adding such a mechanism is non-trivial, as we don't want to do a lengthy search for apps requiring additional processing, and we definitely don't want to start a new background task for an app already being processed. We should, however, be able to use the upload time as an indicator, and find all apps in state Processing that have an upload time of greater than . A task is allowed 10 minutes of processing time, and it will restart if it runs out of time, so maybe the should be 1 hour, or 2 hours.

There is a user work-around to this issue. By making some trivial change to the app, e.g., changing a word in the description, and resubmitting the app, processing will be restarted. We have also only seen it a total of one or two times. Between those, they make this bug non-critical, in my opinion.

@fgmart If you feel this must be addressed before release, feel free to assign a milestone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions