larryhudson / github-app-aider

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

Set up a Celery task queue #31

Open larryhudson opened 5 hours ago

larryhudson commented 5 hours ago

Currently we do all the work in the webhook HTTP handler. It would be better to add jobs to a queue when we receive the webhook, and then handle in the job queue. Can we set up a Celery task queue for this? We should create tasks for the main jobs in main.py and then adjust the instructions in the README.md file.

@Aiderbot could you have a look at this?

larryhudson commented 5 hours ago

@Aiderbot can you have a look?

larryhudson-aider-github[bot] commented 5 hours ago

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