Commit Graph

6 Commits

Author SHA1 Message Date
Timur Gordon
a79053e75d Add build.sh and run.sh scripts for self-contained build and execution
- Each component now has its own build.sh that builds in release mode
- Each component's run.sh calls build.sh first, then starts the service
- Coordinator, supervisor, and runner scripts are self-contained
- All scripts use RUSTFLAGS="-A warnings" to suppress build warnings
- Scripts properly handle configuration via environment variables
2025-11-04 17:04:42 +01:00
Lee Smet
97bcb55aaa Start python runner through demo script
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-09-05 11:10:04 +02:00
Lee Smet
c38937f1cb Register runner when starting script
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-09-04 17:36:21 +02:00
Lee Smet
de6c799635 Set runner secret
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-09-04 14:05:03 +02:00
Lee Smet
c4971aa794 Add full flow script example
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-09-03 20:17:12 +02:00
Lee Smet
38709e06f3 Add script to test actor/context/job/flow create and flow dag
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-08-29 15:43:32 +02:00