Opened 8 years ago
Last modified 10 months ago
#644 new defect
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.
Subtickets
Change History (2)
comment:1 Changed 8 years ago by
Keywords: | bitesize added |
---|
comment:2 Changed 10 months ago by
See also #5564 - essentially a duplicate, but has patch for review.
Note: See
TracTickets for help on using
tickets.
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.