Adhoc Task doesn't run

This forum post has been removed

Number of replies: 5
The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Adhoc Task doesn't run

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Firstly - please don't cross-post; you only need to post to a single forum (otherwise time is wasted whilst different people give you the same answers in different places).

I would suggest you double-check that your Cron process is running. If it is, then check the output from your cron to see if it gives any clues as to why the adhoc task is not being reached.

If that doesn't help, turn debugging on and run cron manually, to see if you can spot any errors.

In reply to Davo Smith

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Davo Smith

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Adhoc Task doesn't run

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Read the Cron page I have already linked to - that tells you lots of different ways you can set up the cron process.

For a local dev site, you can (usually) get away with running cron manually whenever you want to test something out.

For a live site, you must have cron set up to run automatically (preferably every minute), otherwise there are a great many background tasks that won't be happening.

In reply to Davo Smith

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.