-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docksal CLI cron not running Drupal cron per-example in documentation #1401
Comments
I updated my crontab with the following line:
Which generates the following output:
Running
I don't know what would be different between the execution environments. Any insight? |
I think, you are running into the same issue as in docksal/service-cli#187 (comment). |
Yup, sure am. My database settings are hardcoded into the
So, |
I have followed the documentation to a T and cannot get the cli service to successfully execute Drupal cron.
Contents of
.docksal/services/cli/crontab
:The only deviation is I use web as my Drupal root as opposed to docroot.
Its frustrating to debug because there is no output generated at all. There are no logs if monitoring via
fin logs cli
.To test whether or not the crontab was executing, I updated the crontab to:
And that in fact generated a file at /tmp/env.output containing a dump of environment variables.
Not sure how to proceed given the lack of log feedback.
Output of
fin config
:fin config output
Output of
fin sysinfo
:fin sysinfo output
The text was updated successfully, but these errors were encountered: