At my current client we've got a 2 WFE 2 App SharePoint 2010 Enterprise Farm with SP1 applied.
The issue my client is facing is that deployment timer jobs and some other custom timer jobs such as the bamboo alert job aren't running. Deployment currently just display 'Deploying...' but never progress.
The OWSTimer.exe is running correctly on all servers in the farm and this isn't a credential issue. At least not from a password error point of view.
No errors are being reported in the UI, ULS or Application/Security event logs.
When I run the following SQL against the config DB I can see results for the deployments in progress.
select * from Objectswhere Objects.Name like '%solution-deployment%'
The jobs should be crested in the TimerScheduledJobs table then get moved into the TimerRunningJobs table. This isn't happening however.
Does anyone have any guidance on how I can either rectify or further diagnose this issue?