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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
But it fails to start the expected process. The output is:
Creating the scheduler workers
The scheduler worker is already running
There's probably an error between the keyboard and the chair here, but I'm a bit puzzled. I wonder if this command simply declines to start a new one because it has detected a running scheduler? But I cannot find a scheduler in the process table. Why/how does it detect a running scheduler?
Using CakePHP v2.10.22 and PHP Resque Version 4.1.2. I use this command to start the scheduler:
But it fails to start the expected process. The output is:
There's probably an error between the keyboard and the chair here, but I'm a bit puzzled. I wonder if this command simply declines to start a new one because it has detected a running scheduler? But I cannot find a scheduler in the process table. Why/how does it detect a running scheduler?