Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
  2. Jan 03, 2017
    • Sybren A. Stüvel's avatar
      Worker: queue task updates in a persistent sqlite database · eb8c12b1
      Sybren A. Stüvel authored
      This allows the worker to queue up task updates when Flamenco Manager
      is unreachable.
      
      Note that asyncio is used for task scheduling & execution, but HTTP connections
      and subprocess communication is not (yet). As a result, a blocking POST
      call will block proc.stdout.read() in AbstractSubprocessCommand, and
      vice versa. This can be solved by using either multithreading or asyncio
      to perform those operations.
      eb8c12b1
  3. Dec 23, 2016
  4. Dec 22, 2016
  5. Dec 21, 2016
  6. Dec 14, 2016
  7. Dec 04, 2016
  8. Jul 24, 2016
  9. May 31, 2016
  10. Nov 19, 2015
  11. Jun 10, 2015
  12. Jun 09, 2015
  13. May 27, 2015
  14. May 22, 2015
  15. May 13, 2015
  16. Mar 18, 2015
  17. Mar 16, 2015
  18. Mar 04, 2015
  19. Jan 06, 2015
  20. Dec 30, 2014
  21. Dec 18, 2014
  22. Dec 12, 2014
  23. Nov 10, 2014
  24. Apr 30, 2014
  25. Feb 13, 2014
    • Scantlight's avatar
      Module improvements and external configuration file · a14dfdb8
      Scantlight authored
      related to issue #35
      
      - a separate configuration file that is ignored in .gitignore files.
        There is a "config.py_tmpl" which can be used as a starting point
        for a custom configuration. If there were not defined a configuration
        file the system will just work using default values and starting
        respective applications on local-host (for developing proposes)
      
      - DATABASE can now be defined inside configuration file and data base
        connection will be established only from starting point of brender
        (brender.py)
      
      - now inside __init__ files is defined module serve() function that is
        used to start application and setup some configuration value. All
        other operations are moved back do controllers.py files. This should
        keep separate application initialisation from application usage.
      a14dfdb8
  26. Dec 04, 2013
    • Kelvin Jones's avatar
      General Fixes · f2c3c78a
      Kelvin Jones authored
      Organized: organized the dashboard a little
      Changes: small type fixes
      Changes: fixed bootstrap 3 alert message style
      Fixes: Log page fixes and layout fixes
      Added: worker_blender_mem and cpu ussage statistics
      Added: blender_stats function to worker
      f2c3c78a
  27. Nov 15, 2013
  28. Nov 14, 2013
  29. Nov 03, 2013
  30. Sep 18, 2013
  31. Aug 18, 2013
  32. Jan 19, 2013
  33. Jan 18, 2013
  34. Jan 15, 2013
Loading