AWX project in pending status

While running projects in AWX, it goes " pending " status. Projects are of type " git ".
How can we resolve this issue?
AWX is running in Kubernetes and version 19.2.2.

no issue with credentials of repo or repository url. What can be possible cause of this pending job?

I guess you may check chronologically.
Like are the projects cloned in the right pod ?
If yes - check the awx logs …
If not - see if you may clone the job with Git command in the correct path

Previously it was working fine. It happened all of sudden, no modification done for anything.
As projects not able to get sync, job not getting successful.

Does deleting the awx pods (and allowing them to restart) help resolve this issue?

AWX Team

As far as i understand pods must be fine.
Delete and start would not naje much difference.
Try cloning into the repo into the correct awx pod
There you will find the correct issue.