Questions tagged [aws-ruby-flow]

3 questions
2
votes
2 answers

Approach to crashed workers in amazon swf

We're currently implementing a workflow in Amazon SWF where we submit jobs/workflow executions from our web application. Everything was fairly quick and painless to get set up using the Ruby Flow framework. As long as the deciders/activity workers…
tonyl7126
  • 1,548
  • 3
  • 14
  • 19
1
vote
1 answer

Unit Testing AWS SWF Ruby Flow

We're using the aws-ruby-flow framework and are curious how others have unit tested their activity logic and their workflow logic? Can anyone share some sample specs? The examples given in aws-flow-ruby-samples don't seem to have any. Thanks
Mustafa Shabib
  • 798
  • 12
  • 35
0
votes
1 answer

AWS SWF (simple work flow) starts only on existence of SQS messages, is that possible?

My Objective: I have a very simple workflow I would like to implement. Given an ID, create a file in a s3 bucket called ID.txt only if that file does not already exist. What I have tried so far: I have read the doco and walked through some examples…
mconlin
  • 8,169
  • 5
  • 31
  • 37