Skip to content

fix(dragonfly): allow undeclared keys in lua scripts - #11675

Merged
onedr0p merged 1 commit into
mainfrom
dragonfly-lua
Sep 10, 2026
Merged

fix(dragonfly): allow undeclared keys in lua scripts#11675
onedr0p merged 1 commit into
mainfrom
dragonfly-lua

Conversation

@onedr0p

@onedr0p onedr0p commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Chorus's work queue (asynq) runs Lua scripts that access keys not declared in KEYS[]. Dragonfly rejects that by default, so every worker dequeue failed with script tried accessing undeclared key and the replication policy never left 0/0.

Sets --default_lua_flags=allow-undeclared-keys, Dragonfly's documented remedy for Redis-compatible scripts. Triggers a rolling update of the Dragonfly pods.

Signed-off-by: Devin Buhl <devin@buhl.casa>
@bot-ross

bot-ross Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Note

1 resource changed across 1 app

Blast radius

  • Kustomization chorus-system/chorus: 1 dependent (kopiur-system/kopiur-repository)

konflate 0.6.3 · rendered 8af018d · full diff →

@onedr0p
onedr0p merged commit 5f1f3b9 into main Sep 10, 2026
3 checks passed
@onedr0p
onedr0p deleted the dragonfly-lua branch September 10, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant