timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.15k stars 160 forks source link

Rename purge to drop in TS types #506

Open danilofuchs opened 1 month ago

danilofuchs commented 1 month ago

Since pg-boss 10, purge was renamed to drop

Also, monitor and supervise were not declared

coveralls commented 1 month ago

Coverage Status

coverage: 100.0%. remained the same when pulling d6038f7aa730e88f82c2f1ce05a585a52a501d2e on danilofuchs:patch-1 into 625779c8c029a057fea218c4e96f936f531375ad on timgit:master.

timgit commented 1 month ago

For now, dropping purge is the only appropriate change. supervise and monitor are not externally exposed. drop will become obsolete soon. Also, these are not documented.