bb-plane-fork/apps
Nikhil 1a9ebc8b68
[WEB-5071] chore: implement webhook logging to MongoDB and fallback to database (#7896)
* feat: implement webhook logging to MongoDB and fallback to database (#7887)

- Added a new function `save_webhook_log` to log webhook requests and responses to MongoDB, with a fallback to the database if the MongoDB save fails.
- Updated the `webhook_send_task` to utilize the new logging function.
- Modified the `get_webhook_logs_queryset` to order logs by creation date and adjusted the chunk size for iteration.

* refactor: clean up log data formatting in save_webhook_log function

* fix: update retry_count type in save_webhook_log function
2025-10-15 14:53:43 +05:30
..
admin [WEB-5136] refactor: update admin ESLint configuration and refactor imports to use type imports (#7955) 2025-10-13 21:07:49 +05:30
api [WEB-5071] chore: implement webhook logging to MongoDB and fallback to database (#7896) 2025-10-15 14:53:43 +05:30
live fix: adding comprehensive logs for live server (#7947) 2025-10-10 18:28:52 +05:30
proxy [INFRA-219] fix: update Dockerfile and docker-compose for proxy service (#7523) 2025-07-31 13:27:34 +05:30
space [WEB-5129] chore: icons revamp (#7958) 2025-10-14 12:47:53 +05:30
web [WEB-5125] fix: suspended user view #7964 2025-10-14 17:35:39 +05:30