Opened 11 years ago

Closed 3 years ago

#644 closed defect (no-action)

When celery is not running but CELERY_ALWAYS_EAGER=false, media do not show up under "Media in Processing"

Reported by: Simon Fondrie-Teitler Owned by:
Priority: major Milestone:
Component: programming Keywords: bitesize
Cc: Parent Tickets:

Description

If you run paste with CELERY_ALWAYS_EAGER=false, but celery is not running, it queues the media for processing with celery. However, the media does not show up in the media processing panel as media in-processing.

Change History (3)

comment:1 by rodney757, 11 years ago

Keywords: bitesize added

This is because we only show entires in the "processing" state, when media is uploaded, its default state is "unprocessed", if we wanted to show those as well, we simply need to add "unprocessed" to the query.

comment:2 by Ben Sturmfels, 4 years ago

See also #5564 - essentially a duplicate, but has patch for review.

comment:3 by Ben Sturmfels, 3 years ago

Resolution: no-action-required
Status: newclosed
Note: See TracTickets for help on using tickets.