Commit Graph

4 Commits

Author SHA1 Message Date
Timur Gordon
0588b2736b Add Created status to JobStatus enum and store_job_in_redis_with_status method 2025-11-03 13:29:28 +01:00
Timur Gordon
0c918a8f5f Add get_error method to client for standardized error retrieval
- Implemented get_error() method to fetch job error messages from Redis
- Mirrors get_result() pattern for consistency
- Used by supervisor to retrieve job errors without manual Redis queries
- Cleanup: removed old runner_osis directory
2025-10-28 03:32:57 +01:00
Timur Gordon
14ff6cae67 feat: reorganize examples and add signature support to JobBuilder
- Reorganized examples into osiris/, sal/, and utils/ folders
- Moved hardcoded scripts to separate .rhai files
- Added signature() method to JobBuilder for job signing
- Updated OSIRIS context to use block_in_place instead of runtime
- Removed runtime field from OsirisContext
- Added typed save() methods for Note and Event objects
- Updated all examples to use new structure and APIs
2025-10-27 13:49:39 +01:00
Timur Gordon
d744c2cd16 add tests and fix job impl 2025-09-09 17:54:09 +02:00