markshaule-wf
Results
2
issues of
markshaule-wf
From the following snippet in _insert_tasks() it doesn't appear that a single task would re-raise an error, or attempt a re-insert on a TransientError ``` try: taskqueue.Queue(name=queue).add(tasks, transactional=transactional) return len(tasks)...
This is more of an annoyance, but when using an AutoContext to add tasks in batch, you may get undesired results if you don't set the event handler up front....