Summary
As part of the offboarding of an organization, its client database was stopped. The Cloud SQL Auth Proxy was still configured to connect to that database, causing the proxy to fail at startup. The worker starts only after the proxy is available because it requires a database connection.
As a result, the worker did not start and background processing was unavailable. An already-running API backend instance continued serving requests.
During restoration, a database environment var...