Skip to content
Snippets Groups Projects
  1. Mar 11, 2017
  2. Mar 10, 2017
  3. Mar 07, 2017
  4. Mar 06, 2017
  5. Mar 05, 2017
  6. Mar 03, 2017
  7. Mar 02, 2017
  8. Mar 01, 2017
  9. Feb 27, 2017
  10. Feb 24, 2017
    • Justin Berstler's avatar
      GC container after a failed unpause · 1c040469
      Justin Berstler authored
      1c040469
    • Justin Berstler's avatar
      Do not retry /run on action containers · 48367750
      Justin Berstler authored
      It should be assumed that /run only happens after /init which should itself ensure that the container is running and ready. With that in mind, it does not make sense to attempt to retry posting to the /run endpoint on connection failures. Such a failure is an indication that something catastrophic has happened to the container, and no attempt at recovery should be made.
      
      This is accomplished by adding a "retry" flag to the appropriate HTTP utilities to control whether or not a retry should be attempted.
      48367750
  11. Feb 22, 2017
  12. Feb 21, 2017
  13. Feb 20, 2017
  14. Feb 17, 2017
  15. Feb 16, 2017
  16. Feb 13, 2017
    • Justin Berstler's avatar
      Add kafka_python library to the Python action runtime (#1829) · 5be176b2
      Justin Berstler authored
      * Add kafka_python library to the Python action runtime
      
      * Update doc and Python package sniff test
      
      Please squash into previous commit
      5be176b2
    • rodric rabbah's avatar
      Tweak tests in pr#1716, set fileHandleLimit to 1024 (#1847) · 46337725
      rodric rabbah authored
      * set fileHandleLimit to 1024 and add testcase
      
      * Make test tighter.
      46337725
    • rodric rabbah's avatar
      Handle application errors in web actions. (#1801) · 900da09f
      rodric rabbah authored
      * Handle application error (handled exception).
      
      If the activation result is an activation error, treat it like a successful
      activation with one distinction: rather than projecting the result per the
      path specified in the URL, project only the error field. The resulting JSON
      value must be of the expected type otherwise, an appropriate error is reported.
      
      This change will allow an HTTP response to set it own status code on error
      for example, but also means that the action producing the error response must
      be aware of the extension type.
      
      The extension type is not passed to the action - perhaps it should be. Even so,
      in the case of a sequence, one would need to forward this type to individual
      components to handle the error case (or result) correctly.
      
      Add tests for failure to activate because of the throttles.
      
      * Tighten extension match, add matcher unit test.
      
      * Consolidate extension maps.
      
      * Remove print, fix typo.
      900da09f
  17. Feb 10, 2017
  18. Feb 09, 2017
Loading