larryhudson / aiderbot

AI coding assistant that can resolve issues in your GitHub repo
3 stars 0 forks source link

Measure time from webhook received to job done #52

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

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.

larryhudson commented 1 month ago

@Aiderbot can you have a look at this?

larryhudson-aider-github[bot] commented 1 month ago

I've created a pull request to address this issue: https://github.com/larryhudson/github-app-aider/pull/53