0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-workflows
Renato Atilio 19e4d4b04c
DEV: Fix flaky JsSandbox memory limit spec (#41859)
The memory limit spec raced the 100ms eval watchdog against the 50MB
memory cap: on a slow CI box the timeout fired first, raising
`BudgetExceededError` instead of the expected `SandboxError`.

Stub the eval timeout to a generous value so the memory cap is the only
limit that can fire, and make the workload allocate packed-double
arrays, which reach the cap ~3x faster.
2026-07-21 08:59:39 -03:00
..
admin/assets/javascripts FEATURE: adds user logged in trigger to workflows (#40633) 2026-07-15 16:19:23 +02:00
app FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00
assets FEATURE: adds user logged in trigger to workflows (#40633) 2026-07-15 16:19:23 +02:00
config FEATURE: Add Bypass permission checks to create post (#41279) 2026-07-20 11:06:37 +02:00
db/migrate DEV: Add usage metrics for workflows, automations, and data explorer (#41437) 2026-07-13 11:41:58 +02:00
lib FEATURE: Add Bypass permission checks to create post (#41279) 2026-07-20 11:06:37 +02:00
public/images/upcoming_changes FEATURE: Add enable_discourse_workflows upcoming change (#41541) 2026-07-13 10:48:37 +10:00
spec DEV: Fix flaky JsSandbox memory limit spec (#41859) 2026-07-21 08:59:39 -03:00
test/javascripts FEATURE: adds user logged in trigger to workflows (#40633) 2026-07-15 16:19:23 +02:00
plugin.rb FEATURE: workflows flag post node (#41769) 2026-07-16 16:01:11 +02:00
USE_CASES.md FEATURE: Add AI authoring to Discourse Workflows (#40504) 2026-06-18 18:32:30 +02:00