Botify Labs Simpleflow Versions Save

Python library for dataflow programming.

0.6.1

9 years ago
  • 1bd442d Update execute.python(): report raw errors found in stderr such as import errors [Greg Leclercq]

0.6.0

9 years ago
  • cd20894 Update docs: add section about execute module
  • 807cad1 Update setup.py: require simple-workflow>=0.1.47
  • 5856300 Add module execute #12: allow the execution of a callable as an external program
  • 8341d23 Update activity #12: add @execute_program and format_arguments

0.5.3

9 years ago
  • 61b6970 Update swf.executor: ensure to schedule again activities that failed to be scheduled

0.5.2

9 years ago
  • d997552 Update deps: simple-workflow >= 0.1.46 (fix event timestamps in tests)

0.5.1

9 years ago
  • 5898730 Update setup.py: fix simple-workflow version >=0.1.45

0.5.0

9 years ago
  • 01f6968 Update swf.executor #30: handle more then 1,000 open activity tasks

0.4.0

9 years ago
  • 082c727 Fix tests: import absolute_import in test_dataflow
  • 96d49f6 Update history: add timestamp of each state

0.3.2

9 years ago
  • e0c04fb Fix swf.executor: wrap result with swf.format.result()
  • 63aec6c Fix swf.executor: wrap reason and details with swf.format functions

0.3.1

9 years ago
  • 70b72cf Merge pull request #19 from botify-labs/fix/schedule-failed
  • 39e7594 Update swf.executor: add exception's class name in error message
  • 50a30c9 Update swf.executor: import swf.exceptions
  • 6cafe8f Fix swf.history #18: use defaultdict to add an event when no schedule event happened

0.3.0

9 years ago
  • 373701e Merge pull request #17 from botify-labs/update/handle-schedule-activity-not-exist
  • 5b748eb Update tox.ini and .travis.yml: drop builds for python2.6 and 3.3
  • c2b607b Update tests.test_task: remove dangling line
  • 166862e Update setup.py: require simple-workflow>=0.1.42
  • d677981 Update tests.test_dataflow: mock boto.swf.connect_to_region to not require AWS credentials
  • eeb461b Update swf.task #6: instanciate a model with .get_or_create()
  • 2191333 Update swf.executor #6: handle schedule_failed when an activity type does not exist
  • 2f9f128 Update history #6: support schedule_failed events
  • cbfdaf6 Update swf.executor: refactor Executor.resume() in several methods