How do I stop a stuck-and-running cron job (Elysia Cron on Pantheon)?
One of my cron jobs, which are all managed by Elysia Cron and running in its default channel, is stuck and running (R). My site is hosted by Pantheon, in case that matters. The job in question is schedule to execute at 15 minute intervals. What do you recommend I do to stop the stuck-and-running job?
Cron task with Elysia cron module run only manually?
Im using the cronapi coming with Elysia cron module and here is my code : the cron works only when I run it manually in the admin section(Elysia cron configuration), but I need it to be runing every some specific periode ! Is there some configuration missing, or system requirements
Running cron without setting a cron job on web server
I know that in Drupal 7 Poormanscron is part of the core, but to have cron running I need the site must be visited regurarly and it's not my case. I can't set up a cron job on web server to periodically run cron. Is there any way to run cron periodically without setting a cron job on web server?
Cron not working when called from SSH php curl - Elysia cron module activated
I have Elysia cron module activated, with some cron task scheduled. I have a crontab pointing to an sh every */2 minutes. The sh executes a php with a curl call to cron.php?cron_key=CRON-KEY. It was working perfectly some weeks ago. Suddenly, it has stopped working. When I launch the same cron.php address by browser, it works perfectly, executes th...
Schedule cron jobs using Ultimate Cron
In one of my modules I would like to create two different cron jobs to handle two different procedures. What I did was to use the Ultimate Cron module, and by implementing the cron api, to schedule one of my cron jobs. My problem is that in /admin/config/system/cron/jobs only the default from the hook_cron appears and not from the hook_cronapi. Thi...