Skip to content

wraithallen/sample_workflow_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Workflow Engine

Prove of Concept about simple work flow engine, based on AWS Simple Queue Service

Setup

  • Intall required library
pip install -r res/requirement.txt
  • Edit conf/env_sample_work_flow.cfg, filled aws access key id & aws secrect access key
    • aws_access_key_id : ''
    • aws_secret_access_key : ''

Running

  • One Terminal Activate Engine
python bin/sample_workflow_engine
  • It will add a sample task into queue

  • Waiting result

  • Another Terminal Activate Worker

python bin/sample_workflow_worker
  • It will consume the task and put the result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages