DennisLBCOriginal post
Rank 2: Process
I have all my functions setup with github and they normally auto deploy. They just randomly stopped deploying on new pushes. The only work around I have is disconnecting each functions git and reconnecting it, and it builds one time then I need to redo it. I've tried compose down, up. If I disconnect my entire github project in project settings, then when I try and reconnect it it just fails every time and the only recovery is restoring to a snapshot.
Summary
Git functions are no longer automatically deploying on new pushes for developers. The temporary workaround is disconnecting and reconnecting each function's git, but the issue persists. Attempts like `compose down, up` have not resolved the problem. Disconnecting the entire GitHub project in project settings fails to rectify the situation, leading to the need to restore to a snapshot as the only recovery method.