-
Notifications
You must be signed in to change notification settings - Fork 24
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
Handle when an activity type does not exist #6
Comments
This was referenced Jul 14, 2014
It should be handled as a case of #5 when the activity could not be scheduled because the activity type is not registered i.e. does not exist. |
ggreg
pushed a commit
that referenced
this issue
Aug 5, 2014
ggreg
pushed a commit
that referenced
this issue
Aug 5, 2014
There is still an issue with |
The rationale for this issue is:
|
ggreg
pushed a commit
that referenced
this issue
Aug 5, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this case, the executor has to create the activity type and let the replay behavior try to schedule the activity again.
This allows to remove the
.get_or_create()
calls fromActivityTask.schedule()
and to only query SWF when needed. It also permit to run all the tests without AWS API keys.The text was updated successfully, but these errors were encountered: