Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-6428 upgrade garcon to boto3 #17

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Conversation

efedorov-dart
Copy link

No description provided.

xethorn and others added 30 commits January 6, 2018 11:10
* Add support for custom worker identifiers (activity and deciders). 
* Add logging on deciders.
Boto3 has been out for some time now and boto2 will likely be
deprecated in months / years to come. Since most AWS users are
now on boto3, migrating Garcon to Boto3.

This upgrade introduces couple breaking changes:
* `Workflow` now needs a `client` (`boto3.client('aws', region_name='us-east-1')`)
  to work. It enables workflows to run on specific AWS regions.
* `ActivityExecution` is now passed to the Runner instead of the
  `Activity`. Similar to boto2 activities, you can perform operations
  on the execution such as `complete`, `fail` and `heartbeat`.
Add on_exception to run() activity method if fail() method fails
…blish-to-github

Add workflow to publish to pypi.
Adding support for pull requests.
…unning-tests-on-pull-requests

Update testing.yml
Bump alpha version to include #96.
Bump alpha version to include #96.
Fix decider next page token.
@efedorov-dart efedorov-dart changed the title DRAFT upgrade garcon to boto3 DS-6428 upgrade garcon to boto3 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants