Il 30/05/2016 02:50, Markus Mohrhard ha scritto:
Hey Riccardo,

On Sun, May 29, 2016 at 4:38 PM, Riccardo Magliocchetti
<riccardo.magliocche...@gmail.com <mailto:riccardo.magliocche...@gmail.com>> 
wrote:

    Hello Markus,

    Il 29/05/2016 13:11, Markus Mohrhard ha scritto:

        ** Server (code at https://github.com/mmohrhard/crash )

        automated a few workflows (currently the processing is async and needs 
to be
        done manually)


    Do you have more details for this item?


Everything in the processor/views.py is part of these tasks. The ones that
currently come to my mind are transformation from uploaded to processed crash
and generation of the crash count numbers for the main page. For each of them we
need a python script that calls them and add the script with a cron job.
Another task that might need similar handling but is not implemented at all yet
is to delete symbols of old releases.

Does that make sense to you?

Yep, since you are using uwsgi (and if you are willing to use it also in development) you can leverage its spooler or cron functionalities [1] to handle these tasks. Or they can be implemented as django management commands so you don't need another script to call them via http.

[1] http://uwsgi-docs.readthedocs.io/en/latest/PythonDecorators.html

--
Riccardo Magliocchetti
@rmistaken

http://menodizero.it
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to