Chef-client::systemd_service failed

Here is the recipe that's failing. I have started, stopped and restarted chef-client and I still get these error emails. Chef-client is active and all other recipes are working ok. Can anyone help me fix this error?
service 'chef-client' do
supports status: true, restart: true
action(timer ? [:disable, :stop] : [:enable, :start])
end
STDERR: Failed to execute operation: Connection timed out
Thank you!