Skip to content
Success

Changes

Summary

  1. Added logging to help debug webhook failure (commit: ca5f5fb) (details)
  2. Fixed webhook failure (commit: 5fbad3e) (details)
  3. Added threading to webhook execution to speed up response to HubSpot and prevent blocking the api server for too long (commit: c10fa0b) (details)
Commit ca5f5fb656bc8ee7f826b170aa70408b2fbf09a2 by ericgauzens
Added logging to help debug webhook failure
(commit: ca5f5fb)
The file was modifiedapp/config.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
Commit c10fa0b3bac4d4f16b113097d85b234c26d778e0 by ericgauzens
Added threading to webhook execution to speed up response to HubSpot and prevent blocking the api server for too long
(commit: c10fa0b)
The file was modifiedtests/test_api.py (diff)
The file was modifiedapp/main.py (diff)