Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated Could not assert timers exception #391

Open
tonythomas01 opened this issue Feb 25, 2022 · 0 comments
Open

Repeated Could not assert timers exception #391

tonythomas01 opened this issue Feb 25, 2022 · 0 comments

Comments

@tonythomas01
Copy link
Contributor

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.

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

No branches or pull requests

1 participant