Deploy spawning duplicate concurrent jobs
Closed this issue · 3 comments
amitlalani commented
During my investigation of #54 I found out that for each deploy triggered, multiple deploys jobs were being spawned and processed by celery.
This issue seems to have started for me with cc2bea0, the previous commit of 39f290f is working fine.
Duplicate jobs cc2bea0:
Working as desired 39f290f:
I am not too familiar with celery but happy to provide any more troubleshooting information if required.
dcramer commented
@mitsuhiko any thoughts?
We've seen weird quirks, but we're on Heroku which means we can't debug anything. I'm wondering if it's related. It could be Celery doesn't like our subprocess spawning/etc.
amitlalani commented
fixed by #56