| #760 |
Fix function-level imports of banned modules causing sandbox RestrictedImportError
Issue #760: Function-level imports in engine code (config.py, workflow_executor.py, apps/sdk/context...
|
closed |
high |
2026-01-01 23:05 |
- |
|
| #759 |
Fix Jumper race condition: HeartbeatService vs cleanup field mismatch
claim_expires_at not extended by heartbeat, causing spurious task failures. HeartbeatService updates...
|
closed |
critical |
2026-01-01 22:32 |
- |
|
| #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 |
- |
|
| #757 |
Refactor eod_banking_etl to use storage system instead of filesystem
The eod_banking_etl workflow uses local filesystem paths which fail in K8s. Need to refactor to use ...
|
closed |
high |
2026-01-01 19:06 |
- |
|
| #756 |
Fixed missing OrderedDict import in durable_context.py
The OrderedDict import was missing from durable_context.py, causing all workflows to fail with 'Name...
|
closed |
critical |
2026-01-01 18:08 |
- |
|
| #755 |
Audit gap: step_failed event lost on transaction rollback
When InlineExecutor re-raises an exception without on_failure callback, the step_failed event logged...
|
closed |
high |
2026-01-01 17:50 |
- |
|
| #754 |
Event scope isolation via workflow_run_id
Fixed critical bug where events were globally scoped by event_name only, causing cross-workflow-run ...
|
closed |
high |
2026-01-01 13:14 |
- |
|
| #753 |
Artifact Demo 404 Fix: Bootstrap Demo Artifacts
|
closed |
high |
2026-01-01 12:02 |
- |
|
| #752 |
Zombie transaction blocks stuck task detection causing cascading lock convoy
ROOT CAUSE ANALYSIS:
A worker crash (SystemExit, OOM, etc.) leaves a transaction in 'idle in transac...
|
closed |
critical |
2026-01-01 10:35 |
- |
|
| #751 |
Unified IPC + chroot isolation for apps and Python run tool
Implement unified isolation for app system and Python run tool using IPC (multiprocessing + Pipe) wi...
|
closed |
high |
2025-12-31 20:09 |
- |
|
| #750 |
[BUGFIX] Health metrics endpoint broken with NULL tenant
Fix: PostgreSQL NULL type resolution fails when passing Python None for tenant_id. Error: function g...
|
closed |
critical |
2025-12-30 02:47 |
- |
|
| #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 |
- |
|
| #745 |
[FEATURE] Priority Queue Support
Add priority ordering to Jumper queues. DBOS supports priority 1 to 2^31-1 with ORDER BY priority DE...
|
closed |
high |
2025-12-30 02:37 |
- |
|
| #744 |
[FEATURE] Kafka Consumer Service Integration
Add native Kafka consumer service for event-driven workflows. Based on DBOS analysis - DBOS has @kaf...
|
closed |
high |
2025-12-30 02:37 |
- |
|
| #743 |
Centralize hardcoded timeout values in config.ini
Multiple timeout values are hardcoded across the codebase: claim_timeout (30s), timeout_threshold (6...
|
closed |
low |
2025-12-30 01:25 |
- |
|
| #742 |
Move TimeoutService from per-worker to system cron job
TimeoutService is currently started in every worker. Multiple workers scanning same queues for stuck...
|
closed |
high |
2025-12-30 01:25 |
- |
|
| #741 |
Move JanitorService from per-worker to system cron job
JanitorService is currently started in worker.py for highway_default queue workers. This means N wor...
|
closed |
high |
2025-12-30 01:25 |
- |
|