Skip to content

[BUG] Scheduled transactions suddenly exceed computation limit after days of working normally #6

@liobrasil

Description

@liobrasil

Current Behavior

After initializing and scheduling the first transaction, scheduled transactions are being sent properly. However, after several hours of operation, transactions suddenly start hitting the computation limit (9999), which stops the processing entirely.

Ref: https://testnet.flowscan.io/tx/e42c33164018cbad2c9ba8cf8831c440cf1aaa0be44789c9ae36f7105b510c2f?tab=script

Expected Behavior

Scheduled transactions should continue processing consistently over extended periods without hitting the computation limit (9999). The system should either:

  • Maintain stable computation costs - Each scheduled transaction should consume a predictable amount of computation that stays well below the 9999 limit, regardless of how long the system has been running.
  • Process indefinitely - Once initialized, the scheduled transaction mechanism should continue operating without manual intervention or restarts.

What are you currently working on that this is blocking?

FlowYieldVautsEVM integration. Those scheduled transactions process requests made from EVM into Cadence (where the protocol actually lives).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions