Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants