You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renaming the worker to worker1 seems to make the problem go away, I'm assuming the space is causing it to be parsed incorrectly but I'm not completely sure.
If we register a worker as
worker 1and callGearmanAdminClient.get_workers()we get an error that saysRenaming the worker to
worker1seems to make the problem go away, I'm assuming the space is causing it to be parsed incorrectly but I'm not completely sure.