Skip to content

Repeated Could not assert timers exception  #391

@tonythomas01

Description

@tonythomas01

I am running the 2.x Durable rules engine on Google CloudRun - 1 CPU, 1 worker, 1 thread on Python 3.10. The machine is talking to a redis for data persistance. However, I see a lot of these, repeated every 1 second.

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/durable/engine.py", line 945, in dispatch_timers
    ruleset.dispatch_timers()
  File "/usr/local/lib/python3.10/site-packages/durable/engine.py", line 449, in dispatch_timers
    return durable_rules_engine.assert_timers(self._handle)
durable_rules_engine.error: Could not assert timers, error code: 2

The error message unfortunately is not very helpful, but @jruizgit if you can point me to what part of the infrastructure is failing, I might be able to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions