maxcountryman / underway

⏳ Durable step functions via Postgres.
Apache License 2.0
72 stars 2 forks source link

make task deletion a free function #13

Closed maxcountryman closed 1 month ago

maxcountryman commented 1 month ago

It's far too tedious to run a deletion routine for each queue and moreover it's not necessary.

Instead this moves the deletion logic into a free function.