bstempi / pyswf

Classes that build on Boto's SWF classes to make workflow construction easier.
9 stars 0 forks source link

The decider puke when an @cached function returns nothing #6

Open bstempi opened 8 years ago

bstempi commented 8 years ago

Sometimes, @cache'd functions don't have anything to return (e.g., the database query came back empty). The decider pukes on this when it attempts to create the cache marker, causing an exception.