SupabaseS
Supabase4y ago
ddos

DROP Table timeout

I am using sqlalchmey orm to interact with supabase, which so far has been seemless. However a key part of our process is dropping tables daily.

Testing this, the first subsequent call to drop a table is timing out. Keep in mind this same process works fine on a locally deployed postgres instances aswell as one hosted online (not supabase)

Function I am calling to drop tables: Base.metadata.drop_all(bind=engine)
Screen_Shot_2022-10-03_at_3.38.31_pm.png
Was this page helpful?