| #758 |
Fix condition interpolation and demo infrastructure
Fixed numeric string comparison in conditions and demo infrastructure:
1. Fixed _value_to_python_li...
|
closed |
medium |
2026-01-01 21:50 |
- |
|
| #749 |
[FEATURE] Partitioned Queues
Add partition key support for queue isolation. DBOS supports per-partition processing (e.g., per-air...
|
closed |
medium |
2025-12-30 02:37 |
- |
|
| #748 |
[FEATURE] Workflow Forking from Checkpoint
Add ability to fork workflow from specific step/checkpoint. DBOS allows resuming from any checkpoint...
|
closed |
medium |
2025-12-30 02:37 |
- |
|
| #747 |
[FEATURE] Debouncing (Request Coalescing)
Add debounce pattern for high-frequency events. DBOS debouncer coalesces rapid updates into single w...
|
closed |
medium |
2025-12-30 02:37 |
- |
|
| #746 |
[FEATURE] Built-in Cron Scheduling Service
Add distributed cron scheduler with jitter. DBOS has @scheduled decorator that prevents thundering h...
|
closed |
medium |
2025-12-30 02:37 |
- |
|
| #740 |
Verify Vault has LLM API keys for K8s deployment
After adding LLM API keys to Helm templates (api-deployment.yaml, worker-deployment.yaml), need to v...
|
closed |
medium |
2025-12-29 09:36 |
- |
|
| #739 |
API auto-extracts app metadata from source code
Fixed bad API design where UI had to parse Python to extract class_name and actions. API now auto-ex...
|
closed |
medium |
2025-12-29 06:26 |
- |
|
| #737 |
Enable network access in sandbox containers after Sysbox deployment
After Sysbox+DinD is deployed on srv2 workers, update sandbox to allow network access. Current: netw...
|
closed |
medium |
2025-12-29 01:24 |
- |
|
| #735 |
Datashard logging tests failing in production
3 datashard logging tests fail because workflows complete with 'failed' status. Tests: test_simple_w...
|
closed |
medium |
2025-12-29 01:00 |
- |
|
| #732 |
Docker tools tests failing in production K8s
All 9 docker tools integration tests fail with 'failed' status on production K8s. Workers likely don...
|
closed |
medium |
2025-12-29 01:00 |
- |
|
| #667 |
Intermediate task failures have no visibility in workflow_run
When task fails but has retries remaining, workflow_run showed no indication of failure/retry. Fixed...
|
closed |
medium |
2025-12-23 20:45 |
- |
|
| #661 |
Business logic in API layer should be workflows
Complex business logic in API handlers instead of workflows: platform.py:delete_tenant() has 170 lin...
|
closed |
medium |
2025-12-22 12:46 |
- |
|
| #660 |
Missing tool rate limits for http.request and llm.call
tenant_defaults.yaml only has rate limits for tools.email.send. Missing rate limits for: tools.http....
|
closed |
medium |
2025-12-22 12:46 |
- |
|
| #657 |
Suspension/reactivation has no notifications
When a tenant is suspended (deactivate_tenant) or reactivated (reactivate_tenant) in engine/security...
|
closed |
medium |
2025-12-22 12:46 |
- |
|
| #653 |
Bootstrap workflow ignores system_tenants.yaml - hardcoded tenant owner emails
YAML exists but platform_bootstrap.py has hardcoded demo@highway.local and test-admin@highway.test. ...
|
closed |
medium |
2025-12-21 16:01 |
- |
|
| #652 |
Tenant Suspend/Reactivate Workflows
Workflows for tenant lifecycle management.
Workflows on _platform tenant:
- _system.tenant.suspend ...
|
closed |
medium |
2025-12-21 05:45 |
- |
|
| #651 |
Tenant API Key Management Workflows
Workflows for API key lifecycle.
Workflows on _platform tenant:
- _system.tenant.add_api_key - Crea...
|
closed |
medium |
2025-12-21 05:45 |
- |
|
| #649 |
Health Check Workflows
Scheduled health monitoring workflows.
Workflows on _platform tenant:
- _system.health.api - Check ...
|
closed |
medium |
2025-12-21 05:45 |
- |
|
| #648 |
Internal Health Tools
Implement internal.health.* tools for platform monitoring.
Tools:
- internal.health.check_endpoint ...
|
closed |
medium |
2025-12-21 05:45 |
- |
|
| #637 |
Time-based capacity variations for rate limiting
Currently the schedule system only supports on/off (allowed/blocked) time windows. Need to support v...
|
closed |
medium |
2025-12-21 01:31 |
- |
|