spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

Question: Pruning old webhook calls #92

Closed bomshteyn closed 3 years ago

bomshteyn commented 3 years ago

Currently the webhook calls stay in the database even after being processed.

Maybe we can add a command similar to Pruning Job Batches: https://github.com/laravel/framework/blob/d786e741e15ad1afa723cef19f05dabc040be912/src/Illuminate/Queue/Console/PruneBatchesCommand.php