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
The docs for how to get a SQLite bucket are inadequate (it seems like you have to set up the bucket table.. ) also there is a bug:
if isawaitable(clock.now()) or isawaitable(bucket.leak(0)):
.venv/lib/python3.11/site-packages/pyrate_limiter/buckets/sqlite_bucket.py:122: in leak
self.conn.execute(query)
E sqlite3.OperationalError: near "ORDER": syntax error
You might want to warn users that 3.x is not ready for use (based on how much stuff is missing in #118)
The text was updated successfully, but these errors were encountered:
The docs for how to get a SQLite bucket are inadequate (it seems like you have to set up the bucket table.. ) also there is a bug:
You might want to warn users that 3.x is not ready for use (based on how much stuff is missing in #118)
The text was updated successfully, but these errors were encountered: