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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: