Opened 12 years ago
Closed 4 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 , 11 years ago
Keywords: | bitesize added |
---|
comment:3 by , 4 years ago
Resolution: | → no-action-required |
---|---|
Status: | new → closed |
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.