You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like it might be operating as designed. If you use the same idempotencyKey, you will get the same run back. Until your idempotencyKeyTTL is hit (if you've set one)
It sounds like it might be operating as designed. If you use the same idempotencyKey, you will get the same run back. Until your idempotencyKeyTTL is hit (if you've set one)
If I make changes to my function in dev (locally) it should be possible to retrigger it. Otherwise, how do I test my changes?
cachho
changed the title
bug: [v4] rebuilding a trigger function and retriggering it does not start a new run
bug: [v4] rebuilding a trigger function and retriggering it does not start a new run (in development)
Apr 29, 2025
Provide environment information
System:
OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa)
CPU: (12) x64 AMD Ryzen 5 5600X 6-Core Processor
Memory: 6.32 GB / 15.59 GB
Container: Yes
Shell: 3.7.1 - /usr/bin/fish
Binaries:
Node: 18.20.8 - ~/.local/share/nvm/v18.20.8/bin/node
npm: 10.8.2 - ~/.local/share/nvm/v18.20.8/bin/npm
pnpm: 8.6.3 - ~/.local/share/pnpm/pnpm
Describe the bug
It looks like the idempotency key is keeping a function cached, even when it's content is updated / rebuilt.
Only tested in dev.
Reproduction repo
not available
To reproduce
Additional information
Console logs:
The text was updated successfully, but these errors were encountered: