Custom Query (1173 matches)
Results (40 - 42 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#431 | fixed | Make celeryd load logging settings from paste.ini paste_local.ini | ||
Description |
Load logging settings from the paste(_local)?.ini configuration file. |
|||
#434 | fixed | Two step guide to lower-footprint mediagoblin server deployments | ||
Description |
We should make the mediagoblin deployment setup a "lower footprint" by default. There are two easy ways to do this:
|
|||
#436 | fixed | MediaGoblin PuSH should happen post-processing | ||
Description |
Right now if you have celery separated (processing is not synchronous) the PuSH push will happen *before* your processing ends up finishing. This is because the code actually happens in the view. Instead, we should move this code to the end of the processing code. This is probably a fairly easy ticket, but I'm somewhat hesitant to mark it as "bitesized". |