I'd like to measure the time between the webhook being received and the Celery task being completed. I'd like to do this for when a new issue is created, and measure the time between the issue being created and the pull request being created. The time should be included in the issue comment that we add at the end of the task.
I'd like to measure the time between the webhook being received and the Celery task being completed. I'd like to do this for when a new issue is created, and measure the time between the issue being created and the pull request being created. The time should be included in the issue comment that we add at the end of the task.