forked from eppye-bots/bots
-
Notifications
You must be signed in to change notification settings - Fork 2
DeploymentEngineOverview
skilchen edited this page Feb 17, 2016
·
2 revisions
-
Run automatic or manual
- Manual runs by using the 'run' options in the menu.
- Schedule
- Use the directory monitor/watcher
- This can be combined; eg
- schedule 'new' every 15minutes
- manually 'rereceive' and 'resend'
-
Direct or via jobqueue-server
-
Specify the routes to run:
-
Run all routes. Default way of running (nothing specified).
-
Run all routes with excludes. Indicate in route if routes ought not to run in a default run.
-
Run specific routes: include route as parameters. Eg (command-line):
bots-engine.py myroute1 myroute2Run new or other:
- new. Via run-menu or command-line:
bots-engine.py --new - rereceive: rereceive user indicated edi files. Via run-menu or
command-line:
bots-engine.py --rereceive - resend: resend user indicated edi-files. Via run-menu or command-line:
bots-engine.py --resend - automaticretrycommunication: resend edi-files where out-communication
failed. Command-line:
bots-engine.py --automaticretrycommunication
- new. Via run-menu or command-line:
-
[Home]
- Get started with bots
- Guide for bots-monitor
- Configuration
- How to debug
- Plugins
- Deployment and usage
- Advanced Deployment
- Troubleshooting FAQ
- Overview
- Changes and migrate
- Tutorials
- New to python?
- External reference links
- Useful Tools