Greg Leclercq
Greg Leclercq
Yes I was thinking of getting rid of Python2 (#5) support and when moving to Python3-only (#4), add support for asyncio.
Tests with other task states in the previous and current workflow execution are coming.
We should let the user select the appropriate serialization format for their usage. JSON is currently used because it is the default serialization format in SWF and it dumps most...
Thanks @ybastide for reporting the bug! It occurs because the process exits without encoding the traceback from stderr in _base64_. The calling process may fallback to reading the string from...
The problem seems to come from https://github.com/botify-labs/python-simple-workflow. I created https://github.com/botify-labs/python-simple-workflow/issues/47 to fix it.
Yes as specified by [`PollForActivityTask`](http://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html#API_PollForActivityTask_RequestSyntax). This is a bug, the code does not have to assume that `event` has the `identity` attribute.
If `domain_name` is a filtering key we should allow to instanciate a queryset without a domain.
You need to call `cur.fetchone()` after executing the `CREATE TABLE` statement.
The SSL warnings is unrelated to your issue.
Did you expect `CREATE TABLE` to be executed synchronously (see also #58) or was `cur.fetchonne()` only missing?