Replies: 4 comments 3 replies
-
really need this feature, |
Beta Was this translation helpful? Give feedback.
-
I agree that we should support pruning out of the box. I'd accept a PR that adds this. Make sure the amount of days before a web hook gets pruned is configurable. |
Beta Was this translation helpful? Give feedback.
-
I agree that we should support pruning out of the box. Like @Saifallak mentioned we'd also need a way to mark a webhook as processed. I'd accept a PR that adds this. Make sure the amount of days before a processed web hook gets pruned is configurable. |
Beta Was this translation helpful? Give feedback.
-
I might delete webhook record in the end of job,.. as a work around for now,.. also will try to add PR for this, but not sure as my schedule is too busy At the moment |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions